From: Mark Brown Date: Wed, 7 Dec 2011 16:23:59 +0000 (+0800) Subject: gpio: Fix typo in comment in Samsung driver X-Git-Tag: v3.3-rc1~64^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f134759955bbb5bf28a8d2c6fe5aa201d1ffb860;p=profile%2Fcommon%2Fkernel-common.git gpio: Fix typo in comment in Samsung driver Signed-off-by: Mark Brown Acked-by: Kukjin Kim Signed-off-by: Grant Likely --- diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c index 42bb1cd..f9b1279 100644 --- a/drivers/gpio/gpio-samsung.c +++ b/drivers/gpio/gpio-samsung.c @@ -230,7 +230,7 @@ static int samsung_gpio_setcfg_2bit(struct samsung_gpio_chip *chip, * @chip: The gpio chip that is being configured. * @off: The offset for the GPIO being configured. * - * The reverse of samsung_gpio_setcfg_2bit(). Will return a value whicg + * The reverse of samsung_gpio_setcfg_2bit(). Will return a value which * could be directly passed back to samsung_gpio_setcfg_2bit(), from the * S3C_GPIO_SPECIAL() macro. */