Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1354893
| From | Neha Rani <rneha725@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] Staging: nvec: fix multiline comment style. |
| Date | 2016-03-10 08:20 +0100 |
| Message-ID | <rb334-3w5-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is a patch in nvec.c file that fixes a multiline comment found by checkpatch.pl tool Signed-off-by: Neha Rani <rneha725@gmail.com> --- drivers/staging/nvec/nvec.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c index 4ae44a5..57ad27a 100644 --- a/drivers/staging/nvec/nvec.c +++ b/drivers/staging/nvec/nvec.c @@ -508,8 +508,10 @@ static void nvec_rx_completed(struct nvec_chip *nvec) spin_lock(&nvec->rx_lock); - /* add the received data to the work list - and move the ring buffer pointer to the next entry */ + /** + * add the received data to the work list + * and move the ring buffer pointer to the next entry + */ list_add_tail(&nvec->rx->node, &nvec->rx_data); spin_unlock(&nvec->rx_lock); -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/2] Staging: nvec: fix multiline comment style. Neha Rani <rneha725@gmail.com> - 2016-03-10 08:20 +0100
Re: [PATCH 2/2] Staging: nvec: fix multiline comment style. Greg KH <gregkh@linuxfoundation.org> - 2016-03-11 22:30 +0100
Re: [PATCH 2/2] Staging: nvec: fix multiline comment style. Greg KH <gregkh@linuxfoundation.org> - 2016-03-12 07:00 +0100
csiph-web