Jakub Kicinski <kuba@xxxxxxxxxx> writes: > Enums benefit from private markings, too. For netlink attribute > name enums always end with a pair of __$n_MAX and $n_MAX members. > Documenting them feels a bit tedious. > > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> > --- > Hi Jon, we've CCed you recently on a related discussion > but it appears that the fix is simple enough so posting > it before you had a chance to reply. > --- > scripts/kernel-doc | 3 +++ > 1 file changed, 3 insertions(+) Hmm...somehow I missed the discussion, sorry. Fix applied, thanks. jon