diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-03-30 17:11:29 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-04-02 14:06:56 -0600 |
commit | f9b5c5304ce212b72c5c997b298ab96002e1634f (patch) | |
tree | 08d0a5a9cfb01dde6b2cd7cf7a843fcab543c854 /Documentation/core-api/genericirq.rst | |
parent | b97f193abf83e30ef43317ba4883ce3a82f8e8b2 (diff) | |
download | lwn-f9b5c5304ce212b72c5c997b298ab96002e1634f.tar.gz lwn-f9b5c5304ce212b72c5c997b298ab96002e1634f.zip |
scripts/kernel-doc: fix handling of parameters with parenthesis
lib/crc32c defines one parameter as:
const u32 (*tab)[256]
Better handle parenthesis, to avoid those warnings:
./lib/crc32.c:149: warning: No description found for parameter 'tab)[256]'
./lib/crc32.c:149: warning: Excess function parameter 'tab' description in 'crc32_le_generic'
./lib/crc32.c:294: warning: No description found for parameter 'tab)[256]'
./lib/crc32.c:294: warning: Excess function parameter 'tab' description in 'crc32_be_generic'
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/genericirq.rst')
0 files changed, 0 insertions, 0 deletions