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] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 5 Apr 2018 12:47:19 +0530
From:   Gaurav Dhingra <gauravdhingra.gxyd@...il.com>
To:     mgreer@...malcreek.com, johan@...nel.org, elder@...nel.org,
        gregkh@...uxfoundation.org
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: greybus: Fix warning to limit chars per line

Hi,

Can anyone please review this patchset? Since this is my first patch 
set, so I felt it was okay to make change even in the comment, though 
the patch set fixes the warning. Please let me know in anycase your view 
on the patchset.


On Wednesday 04 April 2018 12:02 AM, Gaurav Dhingra wrote:
> Wrap comment to fix warning "prefer a maximum 75 chars per line"
>
> Signed-off-by: Gaurav Dhingra <gauravdhingra.gxyd@...il.com>
> ---
>   drivers/staging/greybus/audio_codec.h | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/greybus/audio_codec.h b/drivers/staging/greybus/audio_codec.h
> index a1d5440..01838d9 100644
> --- a/drivers/staging/greybus/audio_codec.h
> +++ b/drivers/staging/greybus/audio_codec.h
> @@ -23,7 +23,9 @@ enum {
>   	NUM_CODEC_DAIS,
>   };
>   
> -/* device_type should be same as defined in audio.h (Android media layer) */
> +/* device_type should be same as defined in audio.h
> + * (Android media layer)
> + */
>   enum {
>   	GBAUDIO_DEVICE_NONE                     = 0x0,
>   	/* reserved bits */

-- 
Gaurav Dhingra
(sent from Thunderbird email client)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ