lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 01 Feb 2017 13:58:23 -0800
From:   Joe Perches <joe@...ches.com>
To:     Arushi <arushisinghal19971997@...il.com>, w.d.hubbs@...il.com
Cc:     chris@...-brannons.com, kirk@...sers.ca,
        samuel.thibault@...-lyon.org, gregkh@...uxfoundation.org,
        speakup@...ux-speakup.org, devel@...verdev.osuosl.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: rtl8192e: Aligning the * on each line in block
 comments

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

Powered by blists - more mailing lists