Prev: doc: kprobetrace: Add the explanation to remove probe points
Next: vfs: get_sb_single() - do not pass options twice
From: Len Brown on 26 Dec 2009 14:50 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |