Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1347599 authored by Mark Brown's avatar Mark Brown Committed by Grant Likely
Browse files

gpio: Fix typo in comment in Samsung driver

parent 2985479f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */