Staging: ks7010: __packed instedad of __attribute__((packed))
authorMihaela Muraru <mihaela.muraru21@gmail.com>
Fri, 7 Oct 2016 22:58:11 +0000 (01:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:24:59 +0000 (10:24 +0200)
commit31a86a533a1134e71f3eaae5f027ecf4934f5dca
tree2fba4f811f2d186b95150c6d4593d456cb4c6de2
parente33c759a1e7c3f73e0059063e9090bcd2df4a66e
Staging: ks7010: __packed instedad of __attribute__((packed))

Fix a issue found by  checkpatch.pl tool:

"WARNING: __packed is preferred over __attribute__((packed))".

Replace  __attribute__((packed)) with __packed.

Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c