IB/ocrdma: Add identifier names to function definitions
authorDasaratharaman Chandramouli <[email protected]>
Sat, 29 Apr 2017 18:41:13 +0000 (14:41 -0400)
committerDoug Ledford <[email protected]>
Mon, 1 May 2017 18:32:43 +0000 (14:32 -0400)
Address a checkpatch issue on missing identifier names
on function definitions.

Reviewed-by: Ira Weiny <[email protected]>
Reviewed-by: Don Hiatt <[email protected]>
Reviewed-by: Sean Hefty <[email protected]>
Signed-off-by: Dasaratharaman Chandramouli <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
drivers/infiniband/hw/ocrdma/ocrdma_ah.h

index 0704a24b17c86b2dec79b22595db978eefcbbf35..5370eb7158cc6b7ff42a724c9d4e8bbfca6015e1 100644 (file)
@@ -51,11 +51,11 @@ enum {
        OCRDMA_AH_L3_TYPE_SHIFT         = 0x1D /* 29 bits */
 };
 
-struct ib_ah *ocrdma_create_ah(struct ib_pd *, struct ib_ah_attr *,
-                              struct ib_udata *);
-int ocrdma_destroy_ah(struct ib_ah *);
-int ocrdma_query_ah(struct ib_ah *, struct ib_ah_attr *);
-int ocrdma_modify_ah(struct ib_ah *, struct ib_ah_attr *);
+struct ib_ah *ocrdma_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr,
+                              struct ib_udata *udata);
+int ocrdma_destroy_ah(struct ib_ah *ah);
+int ocrdma_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
+int ocrdma_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
 
 int ocrdma_process_mad(struct ib_device *,
                       int process_mad_flags,