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)
commitfe7bc493d9795c0ad6012fca0f8144d45af48f8d
treeb5f6d037e06f70ef4d0c9790b8549f83f418d558
parentd2253a45576bfb08a13ee39d31980ce4a46394cd
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