Re: [PATCH v2 12/13] scripts: kernel-doc: handle nested struct function arguments

2017-10-01 Thread Mauro Carvalho Chehab
Em Thu, 28 Sep 2017 18:32:30 +0200 Markus Heiser escreveu: > Hi Mauro, > > this 'else' addition seems a bit spooky to me. As I commented in patch 09/13 > may it helps when you look at > > > https://github.com/return42/linuxdoc/blob/master/linuxdoc/kernel_doc.py#L2499 > > which is IMO a bit

Re: [PATCH v2 12/13] scripts: kernel-doc: handle nested struct function arguments

2017-09-28 Thread Markus Heiser
Hi Mauro, this 'else' addition seems a bit spooky to me. As I commented in patch 09/13 may it helps when you look at https://github.com/return42/linuxdoc/blob/master/linuxdoc/kernel_doc.py#L2499 which is IMO a bit more clear. -- Markus -- > Am 27.09.2017 um 23:10 schrieb Mauro Carvalho Cheh

[PATCH v2 12/13] scripts: kernel-doc: handle nested struct function arguments

2017-09-27 Thread Mauro Carvalho Chehab
Function arguments are different than usual ones. So, an special logic is needed in order to handle such arguments on nested structs. Signed-off-by: Mauro Carvalho Chehab --- scripts/kernel-doc | 38 ++ 1 file changed, 26 insertions(+), 12 deletions(-) diff -