]> git.baikalelectronics.ru Git - kernel.git/commit
scripts: kernel-doc: support in-line comments on nested structs/unions
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 16 Feb 2018 13:48:18 +0000 (11:48 -0200)
committerJonathan Corbet <corbet@lwn.net>
Sun, 18 Feb 2018 23:55:03 +0000 (16:55 -0700)
commit9fcab8ff307baa1d44cd86a21b150fe851be9409
treeb5f6d037e06f70ef4d0c9790b8549f83f418d558
parent9e8bd3080ae7345225929f9f6feb97a4292a0590
scripts: kernel-doc: support in-line comments on nested structs/unions

The parser at kernel-doc rejects names with dots in the middle.
Fix it, in order to support nested structs/unions.

Tested-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/kernel-doc