]> asedeno.scripts.mit.edu Git - linux.git/commit
USB: serial: kl5kusb105: clean up struct definition
authorJohan Hovold <johan@kernel.org>
Tue, 10 Jan 2017 11:05:40 +0000 (12:05 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 16 Jan 2017 12:00:15 +0000 (13:00 +0100)
commitc2a24bb1e4b9e94cce1270a332c659240e1426bc
treec9622c2c5fe78f62e15408e61315b6e6ac3a4f3c
parent2d11f28207c2f9c9aac56ac2f8440f7a99a40017
USB: serial: kl5kusb105: clean up struct definition

Drop redundant packed attribute from the port-settings struct which is
already 1-byte aligned. Also replace __u8 with u8 for the field types as
this is not a structure we share with user space.

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