]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Fix identation issues in struct serial_struct32
authorGustavo A. R. Silva <gustavoars@kernel.org>
Thu, 23 Jul 2020 22:32:25 +0000 (17:32 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jul 2020 15:07:58 +0000 (17:07 +0200)
commitc0d1a2e4a6ed258d6dd25a2504a97c39715bd646
tree986066a1d87bdb255b8dd9326007fc6bdc2e7c3f
parentf557e71eaff245767f51a6cfe23bd70d8cb7f6a3
tty: Fix identation issues in struct serial_struct32

Fix the following checkpatch.pl warnings together with all the
identation issues in struct serial_struct32:

ERROR: code indent should use tabs where possible
+        char    reserved_char;$

WARNING: please, no spaces at the start of a line
+        char    reserved_char;$

ERROR: code indent should use tabs where possible
+        compat_int_t    reserved;$

WARNING: please, no spaces at the start of a line
+        compat_int_t    reserved;$

Acked-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Link: https://lore.kernel.org/r/77576843397aeab0af8aa0423a9768f3ca8dedfb.1595543280.git.gustavoars@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c