Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1660079 > unrolled thread
| Started by | Amisha Singh <amisha.sh22@gmail.com> |
|---|---|
| First post | 2017-06-07 20:40 +0200 |
| Last post | 2017-06-09 10:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Staging: comedi: ni_labpc_regs: fixed a block comment alignment issue Amisha Singh <amisha.sh22@gmail.com> - 2017-06-07 20:40 +0200
Re: [PATCH] Staging: comedi: ni_labpc_regs: fixed a block comment alignment issue Ian Abbott <abbotti@mev.co.uk> - 2017-06-09 10:10 +0200
| From | Amisha Singh <amisha.sh22@gmail.com> |
|---|---|
| Date | 2017-06-07 20:40 +0200 |
| Subject | [PATCH] Staging: comedi: ni_labpc_regs: fixed a block comment alignment issue |
| Message-ID | <tPO27-1PO-45@gated-at.bofh.it> |
Fixed a coding style issue. Signed-off-by: Amisha Singh <amisha.sh22@gmail.com> --- drivers/staging/comedi/drivers/ni_labpc_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/ni_labpc_regs.h b/drivers/staging/comedi/drivers/ni_labpc_regs.h index 8c52179..6003e9d 100644 --- a/drivers/staging/comedi/drivers/ni_labpc_regs.h +++ b/drivers/staging/comedi/drivers/ni_labpc_regs.h @@ -1,6 +1,6 @@ /* * ni_labpc register definitions. -*/ + */ #ifndef _NI_LABPC_REGS_H #define _NI_LABPC_REGS_H -- 2.1.4
[toc] | [next] | [standalone]
| From | Ian Abbott <abbotti@mev.co.uk> |
|---|---|
| Date | 2017-06-09 10:10 +0200 |
| Subject | Re: [PATCH] Staging: comedi: ni_labpc_regs: fixed a block comment alignment issue |
| Message-ID | <tQn9v-7uN-9@gated-at.bofh.it> |
| In reply to | #1660079 |
On 2017-06-07 19:31, Amisha Singh wrote: > Fixed a coding style issue. > > Signed-off-by: Amisha Singh <amisha.sh22@gmail.com> > --- > drivers/staging/comedi/drivers/ni_labpc_regs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/comedi/drivers/ni_labpc_regs.h b/drivers/staging/comedi/drivers/ni_labpc_regs.h > index 8c52179..6003e9d 100644 > --- a/drivers/staging/comedi/drivers/ni_labpc_regs.h > +++ b/drivers/staging/comedi/drivers/ni_labpc_regs.h > @@ -1,6 +1,6 @@ > /* > * ni_labpc register definitions. > -*/ > + */ > > #ifndef _NI_LABPC_REGS_H > #define _NI_LABPC_REGS_H > Thanks! Reviewed-by: Ian Abbott <abbotti@mev.co.uk> -- -=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@mev.co.uk> )=- -=( Web: http://www.mev.co.uk/ )=-
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web