diff options
author | Geert Uytterhoeven | 2016-03-14 16:16:16 +0100 |
---|---|---|
committer | Jonathan Corbet | 2016-03-31 08:58:35 +0200 |
commit | d886e7ce157373773254f5c1e7f011cd9d3ec558 (patch) | |
tree | 3a3ecc7af2269c41cff20eded1b9f7d97161ecfb | |
parent | serial: doc: Spelling s/divsor/divisor/ (diff) | |
download | kernel-qcow2-linux-d886e7ce157373773254f5c1e7f011cd9d3ec558.tar.gz kernel-qcow2-linux-d886e7ce157373773254f5c1e7f011cd9d3ec558.tar.xz kernel-qcow2-linux-d886e7ce157373773254f5c1e7f011cd9d3ec558.zip |
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>
-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) |