summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-02-07 12:25:48 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-02-14 15:11:52 +1100
commitf3b1a27a3ce9a6445c661690156ee339abb81870 (patch)
tree8a8eea32bc446bbda989e02157087065ebf865b0 /include/linux
parente07a7ebd0cc07619efa81684803bf0e6e57a23a6 (diff)
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 <daniel.santos@pobox.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/bug.h2
1 files changed, 1 insertions, 1 deletions
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.