[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <alpine.LFD.2.00.1001231455440.5156@localhost.localdomain>
Date: Sat, 23 Jan 2010 14:57:28 -0500 (EST)
From: Len Brown <lenb@...nel.org>
To: Christian Hofstaedtler <ch@...a.at>
Cc: x86@...nel.org, hpa@...or.com, tglx@...utronix.de,
linux-acpi@...r.kernel.org, venkatesh.pallipadi@...el.com,
arjan@...radead.org, bruce.w.allan@...el.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] Default to ACPI reboots on newish X86 hardware
Hi Christian,
I've replaced your previous patch in the acpi-test tree with this
refreshed pair.
Note that the 2nd patch had some checkpatch issues.
Perhaps you can run checkpatch before sending future patches.
WARNING: braces {} are not necessary for single statement blocks
#35: FILE: arch/x86/kernel/reboot.c:464:
+ if (!dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL)) {
+ return 1;
+ }
WARNING: braces {} are not necessary for single statement blocks
#38: FILE: arch/x86/kernel/reboot.c:467:
+ if (year == 0) {
+ return 1;
+ }
WARNING: braces {} are not necessary for single statement blocks
#43: FILE: arch/x86/kernel/reboot.c:472:
+ if (year < 2003) {
+ return 0;
+ }
ERROR: Missing Signed-off-by: line(s)
total: 1 errors, 3 warnings, 47 lines checked
thanks,
Len Brown, Intel Open Source Technology Center
--
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