git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f245920
)
staging:nokia_h4p:Replace __attribute__((packed)) by __packed
author
Himangi Saraogi
<himangi774@gmail.com>
Sun, 9 Mar 2014 00:43:45 +0000
(06:13 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 04:35:16 +0000
(20:35 -0800)
This patch fixes the checkpatch.pl warning:
WARNING: __packed is preferred over __attribute__((packed)).
As the macro: #define __packed __attribute__((packed)) is defined
in compiler-gcc.h, __attribute__((packed)) is replaced by __packed.
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found