[openib-general] [PATCH][SRP] white space fixes

James Lentini jlentini at netapp.com
Wed Aug 31 07:49:19 PDT 2005


White space fixes

Signed-off-by: James Lentini <jlentini at netapp.com>

Index: ib_srp.c
===================================================================
--- ib_srp.c	(revision 3275)
+++ ib_srp.c	(working copy)
@@ -845,8 +845,7 @@ out:
 	return qp;
 }
 
-static void srp_path_rec_completion(int status,
-				    struct ib_sa_path_rec *pathrec,
+static void srp_path_rec_completion(int status, struct ib_sa_path_rec *pathrec,
 				    void *target_ptr)
 {
 	struct srp_target_port *target = target_ptr;
@@ -1208,9 +1207,9 @@ retry_path:
 
 	target->path_query_id = ib_sa_path_rec_get(host->dev, host->port,
 						   &target->path,
-						   IB_SA_PATH_REC_DGID		|
-						   IB_SA_PATH_REC_SGID		|
-						   IB_SA_PATH_REC_NUMB_PATH	|
+						   IB_SA_PATH_REC_DGID |
+						   IB_SA_PATH_REC_SGID |
+						   IB_SA_PATH_REC_NUMB_PATH |
 						   IB_SA_PATH_REC_PKEY,
 						   1000, GFP_KERNEL,
 						   srp_path_rec_completion,



More information about the general mailing list