Re: [PATCH v3 21/56] mac80211: fix kernel-doc markups

2020-10-27 Thread Mauro Carvalho Chehab
Em Tue, 27 Oct 2020 08:26:20 +0100 Johannes Berg escreveu: > On Fri, 2020-10-23 at 18:33 +0200, Mauro Carvalho Chehab wrote: > > Some identifiers have different names between their prototypes > > and the kernel-doc markup. > > > > Others need to be fixed, as kernel-doc markups should use this fo

Re: [PATCH v3 21/56] mac80211: fix kernel-doc markups

2020-10-27 Thread Johannes Berg
On Fri, 2020-10-23 at 18:33 +0200, Mauro Carvalho Chehab wrote: > Some identifiers have different names between their prototypes > and the kernel-doc markup. > > Others need to be fixed, as kernel-doc markups should use this format: > identifier - description > > In the specific case of _

[PATCH v3 21/56] mac80211: fix kernel-doc markups

2020-10-23 Thread Mauro Carvalho Chehab
Some identifiers have different names between their prototypes and the kernel-doc markup. Others need to be fixed, as kernel-doc markups should use this format: identifier - description In the specific case of __sta_info_flush(), add a documentation for sta_info_flush(), as this one is th