PWM: Correct misspellings of "module" in context of PWM
authorRobert P. J. Day <rpjday@crashcourse.ca>
Tue, 13 Sep 2016 12:35:18 +0000 (08:35 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 7 Oct 2016 00:57:43 +0000 (20:57 -0400)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Heiko Schocher <hs@denx.de>
README
drivers/pwm/pwm-imx-util.c
drivers/pwm/pwm-imx-util.h
drivers/pwm/pwm-imx.c

diff --git a/README b/README
index 3682e8c..68d6a49 100644 (file)
--- a/README
+++ b/README
@@ -1361,7 +1361,7 @@ The following options need to be configured:
 
 - PWM Support:
                CONFIG_PWM_IMX
-               Support for PWM modul on the imx6.
+               Support for PWM module on the imx6.
 
 - TPM Support:
                CONFIG_TPM
index f92c370..285564a 100644 (file)
@@ -2,7 +2,7 @@
  * (C) Copyright 2014
  * Heiko Schocher, DENX Software Engineering, hs@denx.de.
  *
- * Basic support for the pwm modul on imx6.
+ * Basic support for the pwm module on imx6.
  *
  * Based on linux:drivers/pwm/pwm-imx.c
  * from
index 45465c4..5c18651 100644 (file)
@@ -2,7 +2,7 @@
  * (C) Copyright 2014
  * Heiko Schocher, DENX Software Engineering, hs@denx.de.
  *
- * Basic support for the pwm modul on imx6.
+ * Basic support for the pwm module on imx6.
  *
  * SPDX-License-Identifier:    GPL-2.0
  */
index 47799fc..3f808f9 100644 (file)
@@ -2,7 +2,7 @@
  * (C) Copyright 2014
  * Heiko Schocher, DENX Software Engineering, hs@denx.de.
  *
- * Basic support for the pwm modul on imx6.
+ * Basic support for the pwm module on imx6.
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */