diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-03-14 16:16:16 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-03-31 00:58:35 -0600 |
commit | d886e7ce157373773254f5c1e7f011cd9d3ec558 (patch) | |
tree | 3a3ecc7af2269c41cff20eded1b9f7d97161ecfb /Documentation/serial | |
parent | 93a2f6329f40d951101ab8ab160f24680f1c122a (diff) | |
download | linux-next-d886e7ce157373773254f5c1e7f011cd9d3ec558.tar.gz |
serial: doc: Grammar s/function are/functions are/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/serial')
-rw-r--r-- | Documentation/serial/driver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 3706a465fe2d..ba84d1f38ca1 100644 --- a/Documentation/serial/driver +++ b/Documentation/serial/driver @@ -458,7 +458,7 @@ mctrl_gpio_init(port, idx): mctrl_gpio_free(dev, gpios): This will free the requested gpios in mctrl_gpio_init(). - As devm_* function are used, there's generally no need to call + As devm_* functions are used, there's generally no need to call this function. mctrl_gpio_to_gpiod(gpios, gidx) |