From: Rithvik Patibandla Date: Mon, 27 Jun 2016 14:52:04 +0000 (+0530) Subject: staging:vt6656:dpc.h:fix parantheses alignment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=555d7a3ada1355981b897c159d7a2737863e876b;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/dpc.h b/drivers/staging/vt6656/dpc.h index 5a92bd86cee2..ff1850c4a927 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__ */