staging: lustre: Replace aligned packed with packed
authorCristina Moraru <cristina.moraru09@gmail.com>
Sun, 18 Oct 2015 10:31:57 +0000 (13:31 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 01:41:09 +0000 (18:41 -0700)
commitae127bf301d784e533b353571634e38c6ff6eb59
tree37023bf29f6fe5257fb89a8c590cd07a1fbd52cf
parent4cd1a64a3b2a1290e6abb560db0dcc8260d1e274
staging: lustre: Replace aligned packed with packed

Replace __aligned__((packed)) with __packed in order to follow
the best practices and to fix checkpatch.pl warning:
'WARNING: __packed is preferred over __attribute__((packed))'

Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre/lustre_user.h