public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]staging:vt6656:dpc.h:fix parantheses alignment
@ 2016-06-27 14:52 Rithvik Patibandla
  0 siblings, 0 replies; only message in thread
From: Rithvik Patibandla @ 2016-06-27 14:52 UTC (permalink / raw)
  To: forest; +Cc: gregkh, pasteka, devel, linux-kernel

The following patch fixes "Alignment should match open parantheses"
check thrown by checkpatch.pl

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

diff --git a/drivers/staging/vt6656/dpc.h b/drivers/staging/vt6656/dpc.h
index 5a92bd8..ff1850c 100644
--- a/drivers/staging/vt6656/dpc.h
+++ b/drivers/staging/vt6656/dpc.h
@@ -29,6 +29,6 @@
 #include "device.h"
 
 int vnt_rx_data(struct vnt_private *, struct vnt_rcb *,
-	unsigned long bytes_received);
+		unsigned long bytes_received);
 
 #endif /* __RXTX_H__ */
-- 
2.7.4

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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-27 14:52 [PATCH]staging:vt6656:dpc.h:fix parantheses alignment Rithvik Patibandla

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