Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932534Ab3CGKgB (ORCPT ); Thu, 7 Mar 2013 05:36:01 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:56486 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753545Ab3CGKf6 (ORCPT ); Thu, 7 Mar 2013 05:35:58 -0500 X-IronPort-AV: E=Sophos;i="4.84,801,1355068800"; d="scan'208";a="6831337" From: Tang Chen 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.hengli.com.au, rob@landley.net Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, trivial@kernel.org Subject: [RESEND PATCH 1/6] acpi: Remove the leading space of "unlock" label in acpi_memory_device_notify(). Date: Thu, 7 Mar 2013 18:38:12 +0800 Message-Id: <1362652697-30284-2-git-send-email-tangchen@cn.fujitsu.com> X-Mailer: git-send-email 1.7.10.1 In-Reply-To: <1362652697-30284-1-git-send-email-tangchen@cn.fujitsu.com> References: <1362652697-30284-1-git-send-email-tangchen@cn.fujitsu.com> X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/03/07 18:34:45, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/03/07 18:34:51, Serialize complete at 2013/03/07 18:34:51 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 899 Lines: 28 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/