OSDN Git Service

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 5a92bd8..ff1850c 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__ */