From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tang Chen Subject: [RESEND PATCH 1/6] acpi: Remove the leading space of "unlock" label in acpi_memory_device_notify(). Date: Wed, 6 Mar 2013 16:30:06 +0800 Message-ID: <1362558611-32255-2-git-send-email-tangchen@cn.fujitsu.com> References: <1362558611-32255-1-git-send-email-tangchen@cn.fujitsu.com> Return-path: In-Reply-To: <1362558611-32255-1-git-send-email-tangchen@cn.fujitsu.com> Sender: linux-doc-owner@vger.kernel.org To: lenb@kernel.org, rjw@sisk.pl, robert.moore@intel.com, lv.zheng@intel.com, ming.m.lin@intel.com, mpm@selenic.com, herbert@gondor.apana.org.au, rob@landley.net Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org List-Id: linux-acpi@vger.kernel.org There is a leading space in front of "unlock" label in acpi_memory_device_notify(). Remove it. Signed-off-by: Tang Chen --- drivers/acpi/acpi_memhotplug.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/acpi_memhotplug.c b/drivers/acpi/acpi_memhotplug.c index da1f82b..8a10c23 100644 --- a/drivers/acpi/acpi_memhotplug.c +++ b/drivers/acpi/acpi_memhotplug.c @@ -369,7 +369,7 @@ static void acpi_memory_device_notify(acpi_handle handle, u32 event, void *data) kfree(ej_event); } - unlock: +unlock: acpi_scan_lock_release(); if (ACPI_SUCCESS(status)) return; -- 1.7.1