Skip to content

Commit 9a7dcae

Browse files
andy-shevBartosz Golaszewski
authored andcommitted
gpiolib: Do not mention legacy API in the code
Replace mentioning of legacy API by the latest one. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 64d2f45 commit 9a7dcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/gpio/driver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ struct gpio_irq_chip {
336336
* @set_multiple: assigns output values for multiple signals defined by "mask"
337337
* @set_config: optional hook for all kinds of settings. Uses the same
338338
* packed config format as generic pinconf.
339-
* @to_irq: optional hook supporting non-static gpio_to_irq() mappings;
339+
* @to_irq: optional hook supporting non-static gpiod_to_irq() mappings;
340340
* implementation may not sleep
341341
* @dbg_show: optional routine to show contents in debugfs; default code
342342
* will be used when this is omitted, but custom code can show extra

0 commit comments

Comments
 (0)