From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: [PATCH] ACPI: WMI: Handle duplicate GUIDs Date: Sat, 26 Dec 2009 14:42:02 -0500 (EST) Message-ID: References: <4B352513.90302@lwfinger.net> <200912261836.41882.carlos@strangeworlds.co.uk> <4B365E56.9030302@lwfinger.net> <200912261914.59515.carlos@strangeworlds.co.uk> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from vms173005pub.verizon.net ([206.46.173.5]:49667 "EHLO vms173005pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752796AbZLZTmQ (ORCPT ); Sat, 26 Dec 2009 14:42:16 -0500 In-reply-to: <200912261914.59515.carlos@strangeworlds.co.uk> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Carlos Corbacho Cc: Larry Finger , Matthew Garrett , LKML , Linus Torvalds , Linux ACPI applied to acpi-test, after satisfying checkpatch's brace-foo below. thanks, Len Brown, Intel Open Source Technology Center ERROR: open brace '{' following function declarations go on the next line #34: FILE: drivers/platform/x86/wmi.c:719: +static bool guid_already_parsed(const char *guid_string) { WARNING: braces {} are not necessary for single statement blocks #43: FILE: drivers/platform/x86/wmi.c:728: + if (strncmp(gblock->guid, guid_string, 16) == 0) { + return true; + } total: 1 errors, 1 warnings, 48 lines checked