[openib-general] [PATCH] uverbs: whitespace fix

Michael S. Tsirkin mst at mellanox.co.il
Wed Mar 2 01:27:51 PST 2005


Whitespace fix.
Signed-off-by: Michael S. Tsirkin <mst at mellanox.co.il>

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



More information about the general mailing list