This patch fixes the checkpatch issue CHECK: Please don't use multiple blank lines Signed-off-by: Swetha <theonly.ultimate@xxxxxxxxx> --- drivers/staging/rdma/ipath/ipath_common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/staging/rdma/ipath/ipath_common.h b/drivers/staging/rdma/ipath/ipath_common.h index 28cfe97..812fb9b 100644 --- a/drivers/staging/rdma/ipath/ipath_common.h +++ b/drivers/staging/rdma/ipath/ipath_common.h @@ -39,7 +39,6 @@ * to communicate between kernel and user code. */ - /* This is the IEEE-assigned OUI for QLogic Inc. InfiniPath */ #define IPATH_SRC_OUI_1 0x00 #define IPATH_SRC_OUI_2 0x11 @@ -344,7 +343,6 @@ struct ipath_base_info { } __attribute__ ((aligned(8))); - /* * This version number is given to the driver by the user code during * initialization in the spu_userversion field of ipath_user_info, so @@ -767,7 +765,6 @@ struct ether_header { __u8 unused[2]; /* currently unused */ }; - /* IB - LRH header consts */ #define IPATH_LRH_GRH 0x0003 /* 1. word of IB LRH - next header: GRH */ #define IPATH_LRH_BTH 0x0002 /* 1. word of IB LRH - next header: BTH */ @@ -793,7 +790,6 @@ struct ether_header { #define RCVHQ_RCV_TYPE_NON_KD 2 #define RCVHQ_RCV_TYPE_ERROR 3 - /* sub OpCodes - ith4x */ #define IPATH_ITH4X_OPCODE_ENCAP 0x81 #define IPATH_ITH4X_OPCODE_LID_ARP 0x82 -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html