summaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-03-19 08:17:51 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-10 09:29:21 -0700
commit5d25287f9b11e2395a1f6679f43aa544977b3e54 (patch)
treea67e30789704a2cf60c54a7ba8de1590839737fb /drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
parent595914fea321fdd6c3664ce6b6a33c12930c24c7 (diff)
downloadlinux-5d25287f9b11e2395a1f6679f43aa544977b3e54.tar.gz
linux-5d25287f9b11e2395a1f6679f43aa544977b3e54.tar.xz
staging:olpc_dcon:olpc_dcon_xo_1.c Fix typo in staging:olpc_dcon
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>
Diffstat (limited to 'drivers/staging/olpc_dcon/olpc_dcon_xo_1.c')
-rw-r--r--drivers/staging/olpc_dcon/olpc_dcon_xo_1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c b/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
index cb6ce0cf92a0..c87fdfac4855 100644
--- a/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
+++ b/drivers/staging/olpc_dcon/olpc_dcon_xo_1.c
@@ -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);