Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

IB/isert: Remove unneeded new lines

The Linux convention is to have only 1 new line between functions.

Link: https://lore.kernel.org/r/20210110111903.486681-1-mgurtovoy@nvidia.com
Reviewed-by: Israel Rukshin <israelr@nvidia.com>
Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>

authored by

Max Gurtovoy and committed by
Jason Gunthorpe
8ebe0e2a c930af5a

-2
-2
drivers/infiniband/ulp/isert/ib_isert.c
··· 71 71 return param_set_int(val, kp); 72 72 } 73 73 74 - 75 74 static inline bool 76 75 isert_prot_cmd(struct isert_conn *conn, struct se_cmd *cmd) 77 76 { 78 77 return (conn->pi_support && 79 78 cmd->prot_op != TARGET_PROT_NORMAL); 80 79 } 81 - 82 80 83 81 static void 84 82 isert_qp_event_callback(struct ib_event *e, void *context)