]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
Staging: olpc_dcon: Fixed a typo
authorGustavo A. R. Silva <silvagustavosilva@gmail.com>
Sun, 11 Jan 2015 22:00:33 +0000 (16:00 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:17:10 +0000 (15:17 -0800)
Fixed a typo in olpc_dcon_xo_1.c file.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/olpc_dcon/olpc_dcon_xo_1.c

index 77e8eb5a5abd209268821da414838a28ee190fb5..0c5a10c69401df08d19c2a006831a70ef0a3c88b 100644 (file)
@@ -52,7 +52,7 @@ static int dcon_init_xo_1(struct dcon_priv *dcon)
         * Determine the current state by reading the GPIO bit; earlier
         * stages of the boot process have established the state.
         *
-        * Note that we read GPIO_OUPUT_VAL rather than GPIO_READ_BACK here;
+        * Note that we read GPIO_OUTPUT_VAL rather than GPIO_READ_BACK here;
         * this is because OFW will disable input for the pin and set a value..
         * READ_BACK will only contain a valid value if input is enabled and
         * then a value is set.  So, future readings of the pin can use