Whitespace fix.
Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]>

Index: mthca_provider.c
===================================================================
--- mthca_provider.c    (revision 1895)
+++ mthca_provider.c    (working copy)
@@ -674,7 +674,7 @@ static struct ib_mr *mthca_reg_user_mr(s
                return ERR_PTR(-ENOMEM);
        
        list_for_each_entry(chunk, &region->chunk_list, list)
-       npages += chunk->nents;
+               npages += chunk->nents;
 
        page_list = kmalloc(npages * sizeof *page_list, GFP_KERNEL);
        if (!page_list) {

-- 
MST - Michael S. Tsirkin
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to