commit | a6e19b4d4f9240801ab291cbfff0b20674420696 | [log] [tgz] |
---|---|---|
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | Thu Feb 18 23:36:12 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:39:54 2016 -0800 |
tree | 40dee3bbac39985cdcba5f6c004fd38bffbca6e2 | |
parent | 6c441b971ddc007d6a19302bcbcb05bfa60dce7e [diff] |
staging: lustre: Replace __attribute__((packed)) with __packed This patch fixes the following checkpatch.pl warning: "WARNING: __packed is preferred over __attribute__((packed))". Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>