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:
parent
0da18e4839
commit
555d7a3ada
|
@ -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__ */
|
||||
|
|
Loading…
Reference in New Issue