Home
last modified time | relevance | path

Searched hist:d404d57955a6f67365423f9d0b89ad1881799087 (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff d404d57955a6f67365423f9d0b89ad1881799087 Thu Mar 29 16:58:59 CEST 2018 Mauro Carvalho Chehab <mchehab@s-opensource.com> docs: kernel-doc: fix parsing of arrays

The logic with parses array has a bug that prevents it to
parse arrays like:
struct {
...
struct {
u64 msdu[IEEE80211_NUM_TIDS + 1];
...
...

Fix the parser to accept it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>