]> git.baikalelectronics.ru Git - kernel.git/commit
kernel-doc: ignore case when stripping attributes
authorJohannes Berg <johannes.berg@intel.com>
Sat, 11 Sep 2010 22:55:12 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Sep 2010 23:49:21 +0000 (16:49 -0700)
commit7572b929e5adf82024dd2d350b0b8d3889952edc
treed4496076a2b9515714bd64d109df56f3c29a5b68
parentfd2c287f1e41312df99cbca4a48a00c05b8eb80b
kernel-doc: ignore case when stripping attributes

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>
scripts/kernel-doc