All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: vt6655: remove additional blank line
@ 2018-02-18 23:02 Santha Meena Ramamoorthy
  2018-02-19  4:06 ` [Outreachy kernel] " Vaishali Thakkar
  0 siblings, 1 reply; 4+ messages in thread
From: Santha Meena Ramamoorthy @ 2018-02-18 23:02 UTC (permalink / raw)
  To: gregkh; +Cc: forest, outreachy-kernel, Santha Meena Ramamoorthy

Remove extra blank line inside a function to conform to Linux
kernel coding style. Problem detected using checkpatch.

Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com>
---
 drivers/staging/vt6655/rxtx.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/vt6655/rxtx.c b/drivers/staging/vt6655/rxtx.c
index 9aa4d52..bea0b7f 100644
--- a/drivers/staging/vt6655/rxtx.c
+++ b/drivers/staging/vt6655/rxtx.c
@@ -1080,7 +1080,6 @@ s_cbFillTxBufHead(struct vnt_private *pDevice, unsigned char byPktType,
 	else if (fifo_ctl & FIFOCTL_AUTO_FB_1)
 		byFBOption = AUTO_FB_1;
 
-
 	/* Set RrvTime/RTS/CTS Buffer */
 	wTxBufSize = sizeof(struct vnt_tx_fifo_head);
 	if (byPktType == PK_TYPE_11GB || byPktType == PK_TYPE_11GA) {/* 802.11g packet */
-- 
2.7.4



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

end of thread, other threads:[~2018-02-21 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-18 23:02 [PATCH] staging: vt6655: remove additional blank line Santha Meena Ramamoorthy
2018-02-19  4:06 ` [Outreachy kernel] " Vaishali Thakkar
     [not found]   ` <20180219175436.GA2709@ubuntu>
2018-02-20  3:06     ` Vaishali Thakkar
2018-02-21 17:35       ` Santha Meena Ramamoorthy

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.