Revision 1f3a66889c4c80c821f3eadf899c140e91452f8e authored by Johannes Berg on 11 September 2010, 22:55:12 UTC, committed by Linus Torvalds on 11 September 2010, 23:49:21 UTC
There are valid attributes that could have upper case letters, but we
still want to remove, like for example
	__attribute__((aligned(NETDEV_ALIGN)))
as encountered in the wireless code.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 84e1d83
History
File Mode Size
include
.gitignore -rw-r--r-- 60 bytes
Kconfig -rw-r--r-- 1023 bytes
Makefile -rw-r--r-- 1.4 KB
apparmorfs.c -rw-r--r-- 5.5 KB
audit.c -rw-r--r-- 4.5 KB
capability.c -rw-r--r-- 3.8 KB
context.c -rw-r--r-- 5.4 KB
domain.c -rw-r--r-- 21.2 KB
file.c -rw-r--r-- 12.8 KB
ipc.c -rw-r--r-- 3.1 KB
lib.c -rw-r--r-- 3.3 KB
lsm.c -rw-r--r-- 24.5 KB
match.c -rw-r--r-- 8.9 KB
path.c -rw-r--r-- 5.9 KB
policy.c -rw-r--r-- 31.5 KB
policy_unpack.c -rw-r--r-- 16.6 KB
procattr.c -rw-r--r-- 4.6 KB
resource.c -rw-r--r-- 3.9 KB
sid.c -rw-r--r-- 1.2 KB

back to top