All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy] [PATCH] staging: qlge: Remove extra blank lines
@ 2020-03-30  5:13 Soumyajit Deb
  2020-03-30 18:07 ` [Outreachy kernel] " Stefano Brivio
  0 siblings, 1 reply; 5+ messages in thread
From: Soumyajit Deb @ 2020-03-30  5:13 UTC (permalink / raw)
  To: gregkh; +Cc: manishc, GR-Linux-NIC-Dev, outreachy-kernel, Soumyajit Deb

Remove unnecessary extra blank lines to improve code readability and to
adhere to the Linux Kernel coding style.
Reported by checkpatch.pl

Signed-off-by: Soumyajit Deb <debsoumyajit100@gmail.com>
---
 drivers/staging/qlge/qlge_mpi.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/qlge/qlge_mpi.c b/drivers/staging/qlge/qlge_mpi.c
index 60c08d9cc034..b30992825612 100644
--- a/drivers/staging/qlge/qlge_mpi.c
+++ b/drivers/staging/qlge/qlge_mpi.c
@@ -119,7 +119,6 @@ int ql_own_firmware(struct ql_adapter *qdev)
 		return 1;
 
 	return 0;
-
 }
 
 static int ql_get_mb_sts(struct ql_adapter *qdev, struct mbox_params *mbcp)
@@ -358,7 +357,6 @@ static int ql_aen_lost(struct ql_adapter *qdev, struct mbox_params *mbcp)
 		for (i = 0; i < mbcp->out_count; i++)
 			netif_err(qdev, drv, qdev->ndev, "mbox_out[%d] = 0x%.08x.\n",
 				  i, mbcp->mbox_out[i]);
-
 	}
 
 	return status;
@@ -406,7 +404,6 @@ static int ql_mpi_handler(struct ql_adapter *qdev, struct mbox_params *mbcp)
 	}
 
 	switch (mbcp->mbox_out[0]) {
-
 	/* This case is only active when we arrive here
 	 * as a result of issuing a mailbox command to
 	 * the firmware.
-- 
2.17.1



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

end of thread, other threads:[~2020-04-01  6:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-30  5:13 [Outreachy] [PATCH] staging: qlge: Remove extra blank lines Soumyajit Deb
2020-03-30 18:07 ` [Outreachy kernel] " Stefano Brivio
2020-03-31 19:07   ` Soumyajit Deb
2020-04-01  2:49     ` Stefano Brivio
2020-04-01  6:18       ` Soumyajit Deb

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.