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


Groups > linux.kernel > #1572002

Re: [PATCH] staging: rtl8192e: Aligning the * on each line in block comments

From Joe Perches <joe@perches.com>
Newsgroups linux.kernel
Subject Re: [PATCH] staging: rtl8192e: Aligning the * on each line in block comments
Date 2017-02-01 23:00 +0100
Message-ID <t6b6x-3hm-3@gated-at.bofh.it> (permalink)
References <t6b6x-3hm-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, 2017-02-02 at 03:22 +0530, Arushi wrote:
> This patch fixes the issue by aligning the * on each line in block comments.
[]
> diff --git a/drivers/staging/speakup/speakup_decpc.c b/drivers/staging/speakup/speakup_decpc.c
[]
> @@ -85,8 +85,8 @@
>  #define	CTRL_io_priority	0x0c00	/*   change i/o priority */
>  #define	CTRL_free_mem		0x0d00	/*   get free paragraphs on module */
>  #define	CTRL_get_lang		0x0e00	/* return bit mask of loaded
> -						 * languages
> -						 */
> +					 * languages
> +					 */

Not correct.

> diff --git a/drivers/staging/speakup/speakup_dtlk.h b/drivers/staging/speakup/speakup_dtlk.h
[]
> @@ -24,11 +24,11 @@
>  				 * usec later.
>  				 */
>  #define TTS_ALMOST_FULL	0x08	/* mask for AF bit: When set to 1,
> -					 * indicates that less than 300 bytes
> -					 * are available in the TTS input
> -					 * buffer. AF is always 0 in the PCM,
> -					 * TGN and CVSD modes.
> -					 */
> +				 * indicates that less than 300 bytes
> +				 * are available in the TTS input
> +				 * buffer. AF is always 0 in the PCM,
> +				 * TGN and CVSD modes.
> +				 */

here too, etc...

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] staging: rtl8192e: Aligning the * on each line in block  comments Joe Perches <joe@perches.com> - 2017-02-01 23:00 +0100

csiph-web