Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1296554 > unrolled thread

[PATCH] Staging: comedi: fix block comments coding style issue in comedi.h

Started bymaomao xu <albert008.xu@gmail.com>
First post2015-12-22 06:50 +0100
Last post2015-12-22 10:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h maomao xu <albert008.xu@gmail.com> - 2015-12-22 06:50 +0100
    Re: [PATCH] Staging: comedi: fix block comments coding style issue in  comedi.h Ian Abbott <abbotti@mev.co.uk> - 2015-12-22 10:20 +0100

#1296554 — [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h

Frommaomao xu <albert008.xu@gmail.com>
Date2015-12-22 06:50 +0100
Subject[PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
Message-ID<qInZE-8gJ-3@gated-at.bofh.it>
Fix up block comments to make a trailing */ on a separate line

Signed-off-by: maomao xu <albert008.xu@gmail.com>
---
 drivers/staging/comedi/comedi.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
index 66edda1..ec5e59c 100644
--- a/drivers/staging/comedi/comedi.h
+++ b/drivers/staging/comedi/comedi.h
@@ -895,7 +895,8 @@ enum amplc_dio_ts_clock_src {
 };
 
 /* Values for setting a gate source with INSN_CONFIG_SET_GATE_SRC for
- * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver). */
+ * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver).
+ */
 enum amplc_dio_gate_source {
 	AMPLC_DIO_GAT_VCC,	/* internal high logic level */
 	AMPLC_DIO_GAT_GND,	/* internal low logic level */
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1296637 — Re: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h

FromIan Abbott <abbotti@mev.co.uk>
Date2015-12-22 10:20 +0100
SubjectRe: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
Message-ID<qIrgT-23R-21@gated-at.bofh.it>
In reply to#1296554
On 22/12/15 05:41, maomao xu wrote:
> Fix up block comments to make a trailing */ on a separate line
>
> Signed-off-by: maomao xu <albert008.xu@gmail.com>
> ---
>   drivers/staging/comedi/comedi.h |    3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
> index 66edda1..ec5e59c 100644
> --- a/drivers/staging/comedi/comedi.h
> +++ b/drivers/staging/comedi/comedi.h
> @@ -895,7 +895,8 @@ enum amplc_dio_ts_clock_src {
>   };
>
>   /* Values for setting a gate source with INSN_CONFIG_SET_GATE_SRC for
> - * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver). */
> + * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver).
> + */
>   enum amplc_dio_gate_source {
>   	AMPLC_DIO_GAT_VCC,	/* internal high logic level */
>   	AMPLC_DIO_GAT_GND,	/* internal low logic level */
>

Sorry, this clashes with another patch in Greg's staging-next branch. 
Also, it doesn't use the preferred block comment style with the leading 
'/*' on a separate line.

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti@mev.co.uk> )=-
-=(                          Web: http://www.mev.co.uk/  )=-
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web