gpio: ich: Join string literals back
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 3 Jul 2018 00:39:03 +0000 (03:39 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 7 Dec 2018 14:54:16 +0000 (16:54 +0200)
For easy grepping on debug purposes join string literals back in the
messages.

While here, fix spelling typo.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-ich.c

index 6af651619926951781ae96a43232b77cb29e3bfa..e674d2eebe414671a9de45299c21068e52f1d51d 100644 (file)
@@ -111,8 +111,7 @@ static struct {
 
 static int modparam_gpiobase = -1;     /* dynamic */
 module_param_named(gpiobase, modparam_gpiobase, int, 0444);
-MODULE_PARM_DESC(gpiobase, "The GPIO number base. -1 means dynamic, "
-                          "which is the default.");
+MODULE_PARM_DESC(gpiobase, "The GPIO number base. -1 means dynamic, which is the default.");
 
 static int ichx_write_bit(int reg, unsigned nr, int val, int verify)
 {
@@ -448,7 +447,7 @@ static int ichx_gpio_probe(struct platform_device *pdev)
 
        /*
         * If necessary, determine the I/O address of ACPI/power management
-        * registers which are needed to read the the GPE0 register for GPI pins
+        * registers which are needed to read the GPE0 register for GPI pins
         * 0 - 15 on some chipsets.
         */
        if (!ichx_priv.desc->uses_gpe0)