commit | 13901ef27c354e1bab49a30184ae3b96d96e521a | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Thu May 26 08:57:29 2016 +0300 |
committer | Jani Nikula <jani.nikula@intel.com> | Mon May 30 13:38:59 2016 +0300 |
tree | 14824562c79870cff91ff793ff3a578e76976d29 | |
parent | c099ff6989baf286da8eaed5c7b3d18ae60ea2e7 [diff] |
kernel-doc: do not regard $, %, or & prefixes as special in section names The use of these is confusing in the script, and per this grep, they're not used anywhere anyway: $ git grep " \* [%$&][a-zA-Z0-9_]*:" -- *.[ch] | grep -v "\$\(Id\|Revision\|Date\)" While at it, throw out the constants array, nothing is ever put there again. Signed-off-by: Jani Nikula <jani.nikula@intel.com>