USB: serial: ftdi_sio: use non-underscore fixed types
authorJohan Hovold <johan@kernel.org>
Fri, 18 May 2018 13:25:48 +0000 (15:25 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 21 May 2018 08:04:20 +0000 (10:04 +0200)
commitfd54a99aec18fe47c3035a38815bcbeba09100cc
tree1d611fcb46d4464f45b6c14245e8cd7613cb28c4
parent5ada98427f12f5c19d6f93bfe02f23fe4531b978
USB: serial: ftdi_sio: use non-underscore fixed types

Replace all __u types with their u counterparts throughout the driver
(whose structures are not exported to user space).

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ftdi_sio.c