Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1472931
| From | Anson Jacob <ansonjacob.aj@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging: i4l: act2000: Fix checkpatch warning |
| Date | 2016-08-31 01:00 +0200 |
| Message-ID | <sc0aB-2zM-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix checkpatch.pl warning: line over 80 characters Signed-off-by: Anson Jacob <ansonjacob.aj@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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] staging: i4l: act2000: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-31 01:00 +0200
csiph-web