From 8d89ca678204750792c53af8520595f28afef122 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 20 Feb 2013 13:13:31 +1100 Subject: [PATCH] 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 --- include/linux/bug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5