summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/tty
diff options
context:
space:
mode:
authorRhys Tumelty <rhys@tumelty.co.uk>2026-01-28 22:02:31 +0000
committerJonathan Corbet <corbet@lwn.net>2026-02-02 09:54:15 -0700
commit78a00cac1e962aacfe67ffa0ce295e709e0e6c5b (patch)
tree6560a61ab511b005f9f8a0a1237b156805d1a895 /Documentation/driver-api/tty
parent1482f61ccd984440529d0d37002bc66378be88bb (diff)
downloadlinux-next-78a00cac1e962aacfe67ffa0ce295e709e0e6c5b.tar.gz
linux-next-78a00cac1e962aacfe67ffa0ce295e709e0e6c5b.zip
docs: fix 're-use' -> 'reuse' in documentation
Signed-off-by: Rhys Tumelty <rhys@tumelty.co.uk> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260128220233.179439-1-rhys@tumelty.co.uk>
Diffstat (limited to 'Documentation/driver-api/tty')
-rw-r--r--Documentation/driver-api/tty/tty_ldisc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/tty/tty_ldisc.rst b/Documentation/driver-api/tty/tty_ldisc.rst
index 5144751be804..d034e117c232 100644
--- a/Documentation/driver-api/tty/tty_ldisc.rst
+++ b/Documentation/driver-api/tty/tty_ldisc.rst
@@ -18,7 +18,7 @@ Registration
Line disciplines are registered with tty_register_ldisc() passing the ldisc
structure. At the point of registration the discipline must be ready to use and
it is possible it will get used before the call returns success. If the call
-returns an error then it won’t get called. Do not re-use ldisc numbers as they
+returns an error then it won’t get called. Do not reuse ldisc numbers as they
are part of the userspace ABI and writing over an existing ldisc will cause
demons to eat your computer. You must not re-register over the top of the line
discipline even with the same data or your computer again will be eaten by