diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-03-23 20:35:14 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-24 23:31:19 (GMT) |
commit | ef5da59f12602815baa8fad98241b77dedea3b31 (patch) | |
tree | 2a53455ebd567183670eeaf5cc913a460ba1bf34 /crypto | |
parent | 05731b979476969d4d1cbbcb535fc0f5ea90dba7 (diff) | |
download | linux-ef5da59f12602815baa8fad98241b77dedea3b31.tar.xz |
scripts/kernel-doc: handle struct member __aligned
scripts/kernel-doc erroneously says:
Warning(include/linux/skbuff.h:410): Excess struct/union/enum/typedef member 'cb' description in 'sk_buff'
on this line in struct sk_buff:
char cb[48] __aligned(8);
due to treating the last field as the struct member name, so teach
kernel-doc to ignore __aligned(x) in structs.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions