]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
bugh-compilerh-introduce-compiletime_assert-build_bug_on_msg-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Feb 2013 02:13:31 +0000 (13:13 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:01 +0000 (16:52 +1100)
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>
include/linux/bug.h

index 3c09a000b3357e678c6d7c399b703ca5f8eeb2e8..7f4818673c41f80d391faee5ea1667435d7bbf84 100644 (file)
@@ -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.