Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1591234 > unrolled thread
| Started by | Georgios Emmanouil <geo.emmnl@gmail.com> |
|---|---|
| First post | 2017-03-02 17:10 +0100 |
| Last post | 2017-03-04 23:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/3] Staging:wilc1000:host_interface: Removed unnecessary blank line Georgios Emmanouil <geo.emmnl@gmail.com> - 2017-03-02 17:10 +0100
Re: [PATCH 1/3] Staging:wilc1000:host_interface: Removed unnecessary blank line Julian Calaby <julian.calaby@gmail.com> - 2017-03-04 23:50 +0100
| From | Georgios Emmanouil <geo.emmnl@gmail.com> |
|---|---|
| Date | 2017-03-02 17:10 +0100 |
| Subject | [PATCH 1/3] Staging:wilc1000:host_interface: Removed unnecessary blank line |
| Message-ID | <tgB9o-4qi-25@gated-at.bofh.it> |
Removed unnecessary blank line. Signed-off-by: Georgios Emmanouil <geo.emmnl@gmail.com> --- drivers/staging/wilc1000/host_interface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index c307cce..090fd43 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -287,7 +287,6 @@ static int wilc_enqueue_cmd(struct host_if_msg *msg) return 0; } - /* The u8IfIdx starts from 0 to NUM_CONCURRENT_IFC -1, but 0 index used as * special purpose in wilc device, so we add 1 to the index to starts from 1. * As a result, the returned index will be 1 to NUM_CONCURRENT_IFC. -- 2.1.4
[toc] | [next] | [standalone]
| From | Julian Calaby <julian.calaby@gmail.com> |
|---|---|
| Date | 2017-03-04 23:50 +0100 |
| Subject | Re: [PATCH 1/3] Staging:wilc1000:host_interface: Removed unnecessary blank line |
| Message-ID | <thqEW-7AQ-29@gated-at.bofh.it> |
| In reply to | #1591234 |
Hi All, On Fri, Mar 3, 2017 at 2:35 AM, Georgios Emmanouil <geo.emmnl@gmail.com> wrote: > Removed unnecessary blank line. > > Signed-off-by: Georgios Emmanouil <geo.emmnl@gmail.com> Reviewed-by: Julian Calaby <julian.calaby@gmail.com> > --- > drivers/staging/wilc1000/host_interface.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c > index c307cce..090fd43 100644 > --- a/drivers/staging/wilc1000/host_interface.c > +++ b/drivers/staging/wilc1000/host_interface.c > @@ -287,7 +287,6 @@ static int wilc_enqueue_cmd(struct host_if_msg *msg) > return 0; > } > > - > /* The u8IfIdx starts from 0 to NUM_CONCURRENT_IFC -1, but 0 index used as > * special purpose in wilc device, so we add 1 to the index to starts from 1. > * As a result, the returned index will be 1 to NUM_CONCURRENT_IFC. > -- > 2.1.4 > -- Julian Calaby Email: julian.calaby@gmail.com Profile: http://www.google.com/profiles/julian.calaby/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web