summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-cs5535.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-cs5535.c b/drivers/gpio/gpio-cs5535.c
index 6314225dbed0..3611a0571667 100644
--- a/drivers/gpio/gpio-cs5535.c
+++ b/drivers/gpio/gpio-cs5535.c
@@ -41,7 +41,7 @@ MODULE_PARM_DESC(mask, "GPIO channel mask.");
41 41
42/* 42/*
43 * FIXME: convert this singleton driver to use the state container 43 * FIXME: convert this singleton driver to use the state container
44 * design pattern, see Documentation/driver-model/design-patterns.txt 44 * design pattern, see Documentation/driver-model/design-patterns.rst
45 */ 45 */
46static struct cs5535_gpio_chip { 46static struct cs5535_gpio_chip {
47 struct gpio_chip chip; 47 struct gpio_chip chip;