serial: exar: fix checkpach warnings
authorParker Newman <pnewman@connecttech.com>
Wed, 17 Apr 2024 20:31:29 +0000 (16:31 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Apr 2024 06:23:50 +0000 (08:23 +0200)
commitc6795fbffc4547b40933ec368200bd4926a41b44
treec03cc921a3c682bc7aec0bb67d4c8a6bded1eec0
parentf7ce07062988a26b83ca1448df8d1e4a9232d962
serial: exar: fix checkpach warnings

-Fix several "missing identifier name" warnings from checkpatch in
struct exar8250_platform and struct exar8250_board.
Example:

WARNING: function definition argument <arg> should also have an
identifier name

- Fix space before tab warning from checkpatch:
WARNING: please, no space before tabs
+ * 0^I^I2 ^IMode bit 0$

Signed-off-by: Parker Newman <pnewman@connecttech.com>
Link: https://lore.kernel.org/r/f7fa6c16cb5f2c8c1c7cb7d29f80bc7be53f91ab.1713382717.git.pnewman@connecttech.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_exar.c