Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fix typo "sort" -> "short"

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Uwe Kleine-König and committed by
Adrian Bunk
4a739d55 dbe7f76d

+1 -1
+1 -1
drivers/leds/leds-s3c24xx.c
··· 43 43 struct s3c24xx_gpio_led *led = to_gpio(led_cdev); 44 44 struct s3c24xx_led_platdata *pd = led->pdata; 45 45 46 - /* there will be a sort delay between setting the output and 46 + /* there will be a short delay between setting the output and 47 47 * going from output to input when using tristate. */ 48 48 49 49 s3c2410_gpio_setpin(pd->gpio, (value ? 1 : 0) ^