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:	Mon, 14 Oct 2013 16:55:42 +0800
From:	Shawn Guo <shawn.guo@...aro.org>
To:	Jingoo Han <jg1.han@...sung.com>
CC:	'Mark Brown' <broonie@...nel.org>,
	'Liam Girdwood' <lgirdwood@...il.com>,
	<linux-kernel@...r.kernel.org>, 'Marek Vasut' <marex@...x.de>
Subject: Re: [PATCH 02/11] regulator: anatop: Fix checkpatch issue

On Mon, Oct 14, 2013 at 05:45:51PM +0900, Jingoo Han wrote:
> Fix the following checkpatch warning.
> 
>   WARNING: quoted string split across lines
> 
> Signed-off-by: Jingoo Han <jg1.han@...sung.com>

Acked-by: Shawn Guo <shawn.guo@...aro.org>

> ---
>  drivers/regulator/anatop-regulator.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/regulator/anatop-regulator.c b/drivers/regulator/anatop-regulator.c
> index e42bfd1..c734d09 100644
> --- a/drivers/regulator/anatop-regulator.c
> +++ b/drivers/regulator/anatop-regulator.c
> @@ -255,7 +255,7 @@ static void __exit anatop_regulator_exit(void)
>  }
>  module_exit(anatop_regulator_exit);
>  
> -MODULE_AUTHOR("Nancy Chen <Nancy.Chen@...escale.com>, "
> -	      "Ying-Chun Liu (PaulLiu) <paul.liu@...aro.org>");
> +MODULE_AUTHOR("Nancy Chen <Nancy.Chen@...escale.com>");
> +MODULE_AUTHOR("Ying-Chun Liu (PaulLiu) <paul.liu@...aro.org>");
>  MODULE_DESCRIPTION("ANATOP Regulator driver");
>  MODULE_LICENSE("GPL v2");
> -- 
> 1.7.10.4
> 
> 

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ