tty: whitespaces in descriptions corrected by replacing tabs with spaces
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 19 Oct 2023 11:28:07 +0000 (13:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Oct 2023 16:27:58 +0000 (18:27 +0200)
commit838eb763c3e939a8de8d4c55a17ddcce737685c1
treeda9fe2d25b4ef4804f08f437d70a159e6164f6b1
parent4bebd644971c2b5355af60f4828d464b3268e6cc
tty: whitespaces in descriptions corrected by replacing tabs with spaces

Tabs were used in the function description, to make this look more
uniform, the tabs were replaced by spaces where necessary.

While we're at it, I also replaced the 'ndashes' with simple dashes, since
only those are supported by sphinx.

Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Link: https://lore.kernel.org/r/20231019112809.881730-2-fe@dev.tdt.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c