Home
last modified time | relevance | path

Searched hist:"13901 ef27c354e1bab49a30184ae3b96d96e521a" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff 13901ef27c354e1bab49a30184ae3b96d96e521a Thu May 26 07:57:29 CEST 2016 Jani Nikula <jani.nikula@intel.com> 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>