staging:olpc_dcon:olpc_dcon_xo_1.c Fix typo in staging:olpc_dcon
authorJustin P. Mattock <justinmattock@gmail.com>
Mon, 19 Mar 2012 15:17:51 +0000 (08:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Apr 2012 16:29:21 +0000 (09:29 -0700)
The below patch fixes a typo I found while reading.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Cc: Andres Salomon <dilinger@queued.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/olpc_dcon/olpc_dcon_xo_1.c

index cb6ce0cf92a03a3a571c491e77269b94d8ebae31..c87fdfac4855302c57d0d13d5c82b15487eb9382 100644 (file)
@@ -116,7 +116,7 @@ static int dcon_init_xo_1(struct dcon_priv *dcon)
        cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS);
        cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_NEGATIVE_EDGE_STS);
 
-       /* FIXME:  Clear the posiitive status as well, just to be sure */
+       /* FIXME:  Clear the positive status as well, just to be sure */
        cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_POSITIVE_EDGE_STS);
        cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_POSITIVE_EDGE_STS);