Message ID | 20210110111903.486681-1-mgurtovoy@nvidia.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Jason Gunthorpe |
Headers | show |
Series | [1/3] IB/isert: remove unneeded new lines | expand |
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
On Sun, Jan 10, 2021 at 11:19:01AM +0000, Max Gurtovoy wrote: > The Linux convention is to have only 1 new line between functions. > > Reviewed-by: Israel Rukshin <israelr@nvidia.com> > Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com> > Reviewed-by: Sagi Grimberg <sagi@grimberg.me> > --- > drivers/infiniband/ulp/isert/ib_isert.c | 2 -- > 1 file changed, 2 deletions(-) Series applied to for-next, thanks Jason
diff --git a/drivers/infiniband/ulp/isert/ib_isert.c b/drivers/infiniband/ulp/isert/ib_isert.c index 2ba27221ea85..5958929b7dec 100644 --- a/drivers/infiniband/ulp/isert/ib_isert.c +++ b/drivers/infiniband/ulp/isert/ib_isert.c @@ -71,7 +71,6 @@ static int isert_sg_tablesize_set(const char *val, const struct kernel_param *kp return param_set_int(val, kp); } - static inline bool isert_prot_cmd(struct isert_conn *conn, struct se_cmd *cmd) { @@ -79,7 +78,6 @@ isert_prot_cmd(struct isert_conn *conn, struct se_cmd *cmd) cmd->prot_op != TARGET_PROT_NORMAL); } - static void isert_qp_event_callback(struct ib_event *e, void *context) {