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:	Fri, 8 Mar 2013 08:28:21 +0000
From:	"Zheng, Lv" <lv.zheng@...el.com>
To:	Tang Chen <tangchen@...fujitsu.com>,
	"lenb@...nel.org" <lenb@...nel.org>, "rjw@...k.pl" <rjw@...k.pl>,
	"Moore, Robert" <robert.moore@...el.com>,
	"ming.m.lin@...el.com" <ming.m.lin@...el.com>,
	"mpm@...enic.com" <mpm@...enic.com>,
	"herbert@...dor.apana.org.au" <herbert@...dor.apana.org.au>,
	"rob@...dley.net" <rob@...dley.net>
CC:	"linux-acpi@...r.kernel.org" <linux-acpi@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
	"trivial@...nel.org" <trivial@...nel.org>
Subject: RE: [RESEND PATCH 3/6] acpi: Remove the leading spaces of
 "finish_override" label in acpi_tb_table_override().

Please do not try to fix ACPICA indentation problems in Linux side.
This will introduce source code divergences between ACPICA and Linux, which will add difficulties to ACPICA release work.
Please find real issues in ACPICA release scripts at:

https://github.com/acpica/acpica/tree/master/generate/linux

Thanks
-Lv

> -----Original Message-----
> From: Tang Chen [mailto:tangchen@...fujitsu.com]
> Sent: Thursday, March 07, 2013 6:38 PM
> To: lenb@...nel.org; rjw@...k.pl; Moore, Robert; Zheng, Lv;
> ming.m.lin@...el.com; mpm@...enic.com; herbert@...dor.apana.org.au;
> rob@...dley.net
> Cc: linux-acpi@...r.kernel.org; linux-kernel@...r.kernel.org;
> linux-doc@...r.kernel.org; trivial@...nel.org
> Subject: [RESEND PATCH 3/6] acpi: Remove the leading spaces of
> "finish_override" label in acpi_tb_table_override().
> 
> There is 7 leading spaces in front of "finish_override" label in
> acpi_tb_table_override(). Remove them.
> 
> Signed-off-by: Tang Chen <tangchen@...fujitsu.com>
> ---
>  drivers/acpi/acpica/tbinstal.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/acpi/acpica/tbinstal.c b/drivers/acpi/acpica/tbinstal.c index
> e57cd38..b1e098d 100644
> --- a/drivers/acpi/acpica/tbinstal.c
> +++ b/drivers/acpi/acpica/tbinstal.c
> @@ -313,7 +313,7 @@ struct acpi_table_header
> *acpi_tb_table_override(struct acpi_table_header
> 
>  	return (NULL);		/* There was no override */
> 
> -      finish_override:
> +finish_override:
> 
>  	ACPI_INFO((AE_INFO,
>  		   "%4.4s %p %s table override, new table: %p",
> --
> 1.7.1

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