staging:vt6656:dpc.h:fix parantheses alignment

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>
This commit is contained in:
Rithvik Patibandla 2016-06-27 20:22:04 +05:30 committed by Greg Kroah-Hartman
parent 0da18e4839
commit 555d7a3ada
1 changed files with 1 additions and 1 deletions

View 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__ */