aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2013-12-26 21:43:09 -0500
committerOlof Johansson <olof@lixom.net>2014-01-02 15:07:52 -0500
commitb93a35b170f9ad599e852855224b74982de2bde1 (patch)
tree4c40394e112437269e42df7a75743b6e4298874c
parentc01f97387ea4fa2fd57a22d38f22bcfe364b1b6f (diff)
ARM: bcm2835: Fix grammar in help message
Replace "is use" by "is used" and remove a comma. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Olof Johansson <olof@lixom.net>
-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 560045cafc34..d1f9612f8c15 100644
--- a/arch/arm/mach-bcm2835/Kconfig
+++ b/arch/arm/mach-bcm2835/Kconfig
@@ -12,4 +12,4 @@ config ARCH_BCM2835
12 select PINCTRL_BCM2835 12 select PINCTRL_BCM2835
13 help 13 help
14 This enables support for the Broadcom BCM2835 SoC. This SoC is 14 This enables support for the Broadcom BCM2835 SoC. This SoC is
15 use in the Raspberry Pi, and Roku 2 devices. 15 used in the Raspberry Pi and Roku 2 devices.