]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging:vt6656:dpc.h:fix parantheses alignment
authorRithvik Patibandla <rithvikp98@gmail.com>
Mon, 27 Jun 2016 14:52:04 +0000 (20:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:10:24 +0000 (18:10 +0200)
The following patch fixes "Alignment should match open parantheses"
check thrown by checkpatch.pl

Signed-off-by: Rithvik Patibandla <rithvikp98@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/dpc.h

index 5a92bd86cee2f9ca3b30971b34cc792e4e746d7c..ff1850c4a927dc2537053997827bf979d7c00768 100644 (file)
@@ -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__ */