]> git.baikalelectronics.ru Git - kernel.git/commit
kernel-doc: ignore unneeded attribute information
authorJonathan Corbet <corbet@lwn.net>
Sun, 23 Aug 2015 19:35:23 +0000 (13:35 -0600)
committerJonathan Corbet <corbet@lwn.net>
Sun, 23 Aug 2015 19:54:33 +0000 (13:54 -0600)
commit3aa08cc403341abbb0485933de0c45a7e6943007
tree944fdf514cc9be3ff61cec6099c591bff5fe3966
parentc6b86d7ac6e689951aa9babdafec37c8e872deb5
kernel-doc: ignore unneeded attribute information

The kernel-doc script gets confused by __attribute__(()) strings in
structures, so just clean the out.  Also ignore the CRYPTO_MINALIGN_ATTR
macro used in the crypto subsystem.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/kernel-doc