Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH 1/3] IB/isert: remove unneeded new lines
@ 2021-01-10 11:19 Max Gurtovoy
  2021-01-10 11:19 ` [PATCH 2/3] IB/isert: remove unneeded semicolon Max Gurtovoy
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Max Gurtovoy @ 2021-01-10 11:19 UTC (permalink / raw)
  To: linux-rdma, dledford, jgg, leonro, sagi
  Cc: oren, Max Gurtovoy, Israel Rukshin

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>
---
 drivers/infiniband/ulp/isert/ib_isert.c | 2 --
 1 file changed, 2 deletions(-)

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)
 {
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-01-18 21:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-10 11:19 [PATCH 1/3] IB/isert: remove unneeded new lines Max Gurtovoy
2021-01-10 11:19 ` [PATCH 2/3] IB/isert: remove unneeded semicolon Max Gurtovoy
2021-01-10 11:36   ` Leon Romanovsky
2021-01-10 12:07     ` Max Gurtovoy
2021-01-14  0:07   ` Sagi Grimberg
2021-01-10 11:19 ` [PATCH 3/3] IB/isert: simplify signature cap check Max Gurtovoy
2021-01-14  0:08   ` Sagi Grimberg
2021-01-14  7:29     ` Leon Romanovsky
2021-01-14 12:49       ` Jason Gunthorpe
2021-01-14 12:54         ` Max Gurtovoy
2021-01-14 13:00           ` Leon Romanovsky
2021-01-14 12:59         ` Leon Romanovsky
2021-01-14  0:06 ` [PATCH 1/3] IB/isert: remove unneeded new lines Sagi Grimberg
2021-01-18 21:02 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox