Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754023AbcLLI4Y (ORCPT ); Mon, 12 Dec 2016 03:56:24 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:49070 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752812AbcLLI4X (ORCPT ); Mon, 12 Dec 2016 03:56:23 -0500 Date: Mon, 12 Dec 2016 09:56:20 +0100 From: Pavel Machek To: Nick Desaulniers Cc: rjw@rjwysocki.net, len.brown@intel.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ACPI: small formatting fixes Message-ID: <20161212085620.GA738@amd> References: <20161212072541.28435-1-nick.desaulniers@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <20161212072541.28435-1-nick.desaulniers@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1979 Lines: 74 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > A quick cleanup that passes scripts/checkpatch.pl -f . >=20 > Signed-off-by: Nick Desaulniers > --- a/arch/x86/kernel/acpi/cstate.c > +++ b/arch/x86/kernel/acpi/cstate.c > @@ -1,7 +1,7 @@ > /* > * Copyright (C) 2005 Intel Corporation > - * Venkatesh Pallipadi > - * - Added _PDC for SMP C-states on Intel CPUs > + * Venkatesh Pallipadi > + * - Added _PDC for SMP C-states on Intel CPUs > */ > =20 > #include No. > @@ -50,8 +49,8 @@ void acpi_processor_power_init_bm_check(struct acpi_pro= cessor_flags *flags, > * P4, Core and beyond CPUs > */ > if (c->x86_vendor =3D=3D X86_VENDOR_INTEL && > - (c->x86 > 0xf || (c->x86 =3D=3D 6 && c->x86_model >=3D 0x0f))) > - flags->bm_control =3D 0; > + (c->x86 > 0xf || (c->x86 =3D=3D 6 && c->x86_model >=3D 0x0f))) > + flags->bm_control =3D 0; > } > EXPORT_SYMBOL(acpi_processor_power_init_bm_check); > No. > @@ -159,13 +158,14 @@ void __cpuidle acpi_processor_ffh_cstate_enter(stru= ct acpi_processor_cx *cx) > =20 > percpu_entry =3D per_cpu_ptr(cpu_cstate_entry, cpu); > mwait_idle_with_hints(percpu_entry->states[cx->index].eax, > - percpu_entry->states[cx->index].ecx); > + percpu_entry->states[cx->index].ecx); > } No. Rest is good. Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlhOZjQACgkQMOfwapXb+vJHKgCguNfl4tPapnON0dzvRMRh1khi V78An0EjEJbpSHf11OWs3XBd0oRoYi6K =qiQg -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--