From b93a35b170f9ad599e852855224b74982de2bde1 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 26 Dec 2013 19:43:09 -0700 Subject: [PATCH] ARM: bcm2835: Fix grammar in help message Replace "is use" by "is used" and remove a comma. Signed-off-by: Stefan Weil Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- arch/arm/mach-bcm2835/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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.