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

From: Joe Perches
Date: Wed Feb 01 2017 - 16:58:32 EST


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...