summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/gpio/sysfs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/admin-guide/gpio/sysfs.rst')
-rw-r--r--Documentation/admin-guide/gpio/sysfs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/gpio/sysfs.rst b/Documentation/admin-guide/gpio/sysfs.rst
index ec09ffd983e7..35171d15f78d 100644
--- a/Documentation/admin-guide/gpio/sysfs.rst
+++ b/Documentation/admin-guide/gpio/sysfs.rst
@@ -145,7 +145,7 @@ requested using gpio_request()::
/* export the GPIO to userspace */
int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
- /* reverse gpio_export() */
+ /* reverse gpiod_export() */
void gpiod_unexport(struct gpio_desc *desc);
/* create a sysfs link to an exported GPIO node */