linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/4]staging:vt6656:card.c: fix blank line issue
@ 2016-06-17  3:53 Rithvik Patibandla
  0 siblings, 0 replies; only message in thread
From: Rithvik Patibandla @ 2016-06-17  3:53 UTC (permalink / raw)
  To: forest; +Cc: gregkh, brcnakalin, habdul, devel, linux-kernel

Fix "Please use a blank line after function declaration" check thrown
by checkpatch.pl

Signed-off-by: Rithvik Patibandla <rithvikp98@gmail.com>
---
 drivers/staging/vt6656/card.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c
index 7a10e8f..a3fa6d8 100644
--- a/drivers/staging/vt6656/card.c
+++ b/drivers/staging/vt6656/card.c
@@ -548,6 +548,7 @@ void vnt_adjust_tsf(struct vnt_private *priv, u8 rx_rate,
 	vnt_control_out(priv, MESSAGE_TYPE_SET_TSFTBTT,
 			MESSAGE_REQUEST_TSF, 0, 8, data);
 }
+
 /*
  * Description: Read NIC TSF counter
  *              Get local TSF counter
-- 
2.7.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-17  3:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-17  3:53 [PATCH 3/4]staging:vt6656:card.c: fix blank line issue Rithvik Patibandla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).