commit | 1081de2d2f9179d7280926e37b7b22b4f2fb32e6 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Dec 18 10:30:14 2017 -0200 |
committer | Jonathan Corbet <corbet@lwn.net> | Thu Dec 21 13:41:46 2017 -0700 |
tree | b328355a3f6697be2c13af0d4077f270528f5337 | |
parent | 8ad72163165265b686902c182c1b4a913e738a81 [diff] |
scripts: kernel-doc: get rid of $nested parameter The check_sections() function has a $nested parameter, meant to identify when a nested struct is present. As we now have a logic that handles it, get rid of such parameter. Suggested-by: Markus Heiser <markus.heiser@darmarit.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>