summaryrefslogtreecommitdiffstats
path: root/include/linux/kconfig.h
diff options
context:
space:
mode:
authorMasahiro Yamada2017-02-27 23:29:56 +0100
committerLinus Torvalds2017-02-28 03:43:47 +0100
commit4091fb95b5f8dea37568d1a94c8227244bade891 (patch)
treec49009914d250e50f5b15cf04764c12f730dd105 /include/linux/kconfig.h
parentscripts/spelling.txt: add "therfore" pattern and fix typo instances (diff)
downloadkernel-qcow2-linux-4091fb95b5f8dea37568d1a94c8227244bade891.tar.gz
kernel-qcow2-linux-4091fb95b5f8dea37568d1a94c8227244bade891.tar.xz
kernel-qcow2-linux-4091fb95b5f8dea37568d1a94c8227244bade891.zip
scripts/spelling.txt: add "followings" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: followings||following While we are here, add a missing colon in the boilerplate in DT binding documents. The "you SoC" in allwinner,sunxi-pinctrl.txt was fixed as well. I reworded "as the followings:" to "as follows:" for drivers/usb/gadget/udc/renesas_usb3.c. Link: http://lkml.kernel.org/r/1481573103-11329-32-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/kconfig.h')
-rw-r--r--include/linux/kconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kconfig.h b/include/linux/kconfig.h
index 8f2e059e4d45..4d748603e818 100644
--- a/include/linux/kconfig.h
+++ b/include/linux/kconfig.h
@@ -8,7 +8,7 @@
/*
* The use of "&&" / "||" is limited in certain expressions.
- * The followings enable to calculate "and" / "or" with macro expansion only.
+ * The following enable to calculate "and" / "or" with macro expansion only.
*/
#define __and(x, y) ___and(x, y)
#define ___and(x, y) ____and(__ARG_PLACEHOLDER_##x, y)