Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1542211 > unrolled thread
| Started by | Tabrez khan <khan.tabrez21@gmail.com> |
|---|---|
| First post | 2016-12-14 22:30 +0100 |
| Last post | 2016-12-14 23:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] staging : i4l : Remove blank lines Tabrez khan <khan.tabrez21@gmail.com> - 2016-12-14 22:30 +0100
Re: [PATCH] staging : i4l : Remove blank lines Greg KH <gregkh@linuxfoundation.org> - 2016-12-14 23:30 +0100
| From | Tabrez khan <khan.tabrez21@gmail.com> |
|---|---|
| Date | 2016-12-14 22:30 +0100 |
| Subject | [PATCH] staging : i4l : Remove blank lines |
| Message-ID | <sOphD-4Pz-13@gated-at.bofh.it> |
Remove unnecessary blank lines. This warning was found using checkpatch.pl. Signed-off-by: Tabrez khan <khan.tabrez21@gmail.com> --- drivers/staging/i4l/act2000/module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/i4l/act2000/module.c b/drivers/staging/i4l/act2000/module.c index fc14de4..b2ebaf0 100644 --- a/drivers/staging/i4l/act2000/module.c +++ b/drivers/staging/i4l/act2000/module.c @@ -563,7 +563,6 @@ if_sendbuf(int id, int channel, int ack, struct sk_buff *skb) return -ENODEV; } - /* * Allocate a new card-struct, initialize it * link it into cards-list. -- 2.7.4
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-12-14 23:30 +0100 |
| Message-ID | <sOqdI-5Va-29@gated-at.bofh.it> |
| In reply to | #1542211 |
On Thu, Dec 15, 2016 at 02:49:49AM +0530, Tabrez khan wrote: > Remove unnecessary blank lines. > This warning was found using checkpatch.pl. > > Signed-off-by: Tabrez khan <khan.tabrez21@gmail.com> > --- > drivers/staging/i4l/act2000/module.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/i4l/act2000/module.c b/drivers/staging/i4l/act2000/module.c > index fc14de4..b2ebaf0 100644 > --- a/drivers/staging/i4l/act2000/module.c > +++ b/drivers/staging/i4l/act2000/module.c > @@ -563,7 +563,6 @@ if_sendbuf(int id, int channel, int ack, struct sk_buff *skb) > return -ENODEV; > } > > - > /* > * Allocate a new card-struct, initialize it > * link it into cards-list. Your description, and subject: do not match what the patch did :(
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web