[PATCH] staging: i4l: act2000: Fix checkpatch warning

Anson Jacob ansonjacob.aj at gmail.com
Tue Aug 30 22:58:06 UTC 2016


Fix checkpatch.pl warning:
line over 80 characters

Signed-off-by: Anson Jacob <ansonjacob.aj at gmail.com>
---
 drivers/staging/i4l/act2000/act2000.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/i4l/act2000/act2000.h b/drivers/staging/i4l/act2000/act2000.h
index 321d437..16be456 100644
--- a/drivers/staging/i4l/act2000/act2000.h
+++ b/drivers/staging/i4l/act2000/act2000.h
@@ -198,5 +198,5 @@ static inline void act2000_schedule_poll(act2000_card *card)
 
 extern char *act2000_find_eaz(act2000_card *, char);
 
-#endif                          /* defined(__KERNEL__) || defined(__DEBUGVAR__) */
-#endif                          /* act2000_h */
+#endif                       /* defined(__KERNEL__) || defined(__DEBUGVAR__) */
+#endif                       /* act2000_h */
-- 
2.7.4



More information about the devel mailing list