]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9b36f774427d2a14f48ef4d288c11d07c321e319
tree2fba4f811f2d186b95150c6d4593d456cb4c6de2
parent86ecec011d67376b6dbc41f8f11f3cf78f054636
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