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:	Wed, 26 Feb 2014 10:10:03 +0800
From:	Haojian Zhuang <haojian.zhuang@...il.com>
To:	Jingoo Han <jg1.han@...sung.com>
Cc:	Mark Brown <broonie@...nel.org>,
	Liam Girdwood <lgirdwood@...il.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 3/3] regulator: 88pm8607: fix indent code style

On Wed, Feb 26, 2014 at 9:22 AM, Jingoo Han <jg1.han@...sung.com> wrote:
> Fix indent code style in order to fix the following checkpatch
> issues.
>
>   ERROR: code indent should use tabs where possible
>   WARNING: please, no space before tabs
>   WARNING: please, no spaces at the start of a line
>
> Signed-off-by: Jingoo Han <jg1.han@...sung.com>
> ---
>  drivers/regulator/88pm8607.c |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/regulator/88pm8607.c b/drivers/regulator/88pm8607.c
> index fa99bfc..337634a 100644
> --- a/drivers/regulator/88pm8607.c
> +++ b/drivers/regulator/88pm8607.c
> @@ -2,7 +2,7 @@
>   * Regulators driver for Marvell 88PM8607
>   *
>   * Copyright (C) 2009 Marvell International Ltd.
> - *     Haojian Zhuang <haojian.zhuang@...vell.com>
> + *     Haojian Zhuang <haojian.zhuang@...vell.com>
>   *
>   * This program is free software; you can redistribute it and/or modify
>   * it under the terms of the GNU General Public License version 2 as
> @@ -78,7 +78,7 @@ static const unsigned int BUCK2_suspend_table[] = {
>  };
>
>  static const unsigned int BUCK3_table[] = {
> -              0,   25000,   50000,   75000,  100000,  125000,  150000,  175000,
> +             0,   25000,   50000,   75000,  100000,  125000,  150000,  175000,
>          200000,  225000,  250000,  275000,  300000,  325000,  350000,  375000,
>          400000,  425000,  450000,  475000,  500000,  525000,  550000,  575000,
>          600000,  625000,  650000,  675000,  700000,  725000,  750000,  775000,
> @@ -89,7 +89,7 @@ static const unsigned int BUCK3_table[] = {
>  };
>
>  static const unsigned int BUCK3_suspend_table[] = {
> -              0,   25000,   50000,   75000,  100000,  125000,  150000,  175000,
> +             0,   25000,   50000,   75000,  100000,  125000,  150000,  175000,
>          200000,  225000,  250000,  275000,  300000,  325000,  350000,  375000,
>          400000,  425000,  450000,  475000,  500000,  525000,  550000,  575000,
>          600000,  625000,  650000,  675000,  700000,  725000,  750000,  775000,
> --
> 1.7.10.4
>
>

Acked-by: Haojian Zhuang <haojian.zhuang@...il.com>

Regards
Haojian
--
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