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

Michael S. Tsirkin mst at mellanox.co.il
Mon Oct 31 03:19:05 PST 2005


Fix typo in uverbs.h

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

Index: linux-2.6.14/drivers/infiniband/core/uverbs.h
===================================================================
--- linux-2.6.14.orig/drivers/infiniband/core/uverbs.h
+++ linux-2.6.14/drivers/infiniband/core/uverbs.h
@@ -113,7 +113,7 @@ struct ib_uevent_object {
 
 struct ib_ucq_object {
 	struct ib_uobject	uobject;
-	struct ib_uverb_file   *uverbs_file;
+	struct ib_uverbs_file  *uverbs_file;
 	struct list_head	comp_list;
 	struct list_head	async_list;
 	u32			comp_events_reported;

-- 
MST



More information about the general mailing list