diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-03-14 16:16:15 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-03-31 00:58:29 -0600 |
commit | 93a2f6329f40d951101ab8ab160f24680f1c122a (patch) | |
tree | 427a0886d35251930256ce26f8be411eed5bf475 /Documentation | |
parent | fbe3128bcf87723bbbaa2de26f5d1c1122c66b54 (diff) | |
download | linux-next-93a2f6329f40d951101ab8ab160f24680f1c122a.tar.gz |
serial: doc: Spelling s/divsor/divisor/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-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 09e73e061fcf..3706a465fe2d 100644 --- a/Documentation/serial/driver +++ b/Documentation/serial/driver @@ -380,7 +380,7 @@ uart_get_baud_rate(port,termios,old,min,max) Interrupts: n/a uart_get_divisor(port,baud) - Return the divsor (baud_base / baud) for the specified baud + Return the divisor (baud_base / baud) for the specified baud rate, appropriately rounded. If 38400 baud and custom divisor is selected, return the |