From: Andrew Morton Date: Wed, 20 Feb 2013 02:13:31 +0000 (+1100) Subject: bugh-compilerh-introduce-compiletime_assert-build_bug_on_msg-checkpatch-fixes X-Git-Tag: next-20130220~1^2~677 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8d89ca678204750792c53af8520595f28afef122;p=karo-tx-linux.git bugh-compilerh-introduce-compiletime_assert-build_bug_on_msg-checkpatch-fixes WARNING: please, no space before tabs #56: FILE: include/linux/bug.h:45: + * ^I^I error message.$ total: 0 errors, 1 warnings, 88 lines checked ./patches/bugh-compilerh-introduce-compiletime_assert-build_bug_on_msg.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Daniel Santos Signed-off-by: Andrew Morton --- diff --git a/include/linux/bug.h b/include/linux/bug.h index 3c09a000b335..7f4818673c41 100644 --- a/include/linux/bug.h +++ b/include/linux/bug.h @@ -42,7 +42,7 @@ struct pt_regs; /** * BUILD_BUG_ON_MSG - break compile if a condition is true & emit supplied - * error message. + * error message. * @condition: the condition which the compiler should know is false. * * See BUILD_BUG_ON for description.