aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2013-12-05 20:17:40 +0100
committerStephen Warren <swarren@wwwdotorg.org>2013-12-06 21:37:48 -0700
commit3db611cefc3703a722086b99f95baddd6b56cd94 (patch)
tree6fab919004b23757e229a0049f6c9ce334d77f0b
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff)
downloadlinux-rpi-for-3.14/soc.tar.gz
ARM: bcm2835: Fix grammar in help messagefor-3.14/soc
Replace "is use" by "is used" and remove a comma. Cc: Stephen Warren <swarren@wwwdotorg.org> Cc: Russell King <linux@arm.linux.org.uk> Cc: Jiri Kosina <trivial@kernel.org> Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
-rw-r--r--arch/arm/mach-bcm2835/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm2835/Kconfig b/arch/arm/mach-bcm2835/Kconfig
index 560045cafc3417..d1f9612f8c1544 100644
--- a/arch/arm/mach-bcm2835/Kconfig
+++ b/arch/arm/mach-bcm2835/Kconfig
@@ -12,4 +12,4 @@ config ARCH_BCM2835
select PINCTRL_BCM2835
help
This enables support for the Broadcom BCM2835 SoC. This SoC is
- use in the Raspberry Pi, and Roku 2 devices.
+ used in the Raspberry Pi and Roku 2 devices.