On 9/7/20 12:49 PM, Jakub Kicinski wrote: > On Sun, 6 Sep 2020 20:31:16 -0700 Randy Dunlap wrote: >> From: Randy Dunlap <rdun...@infradead.org> >> >> Fix kernel-doc warning in <linux/netdevice.h>: >> >> ../include/linux/netdevice.h:2158: warning: Function parameter or member >> 'proto_down_reason' not described in 'net_device' >> >> Fixes: 829eb208e80d ("rtnetlink: add support for protodown reason") >> Signed-off-by: Randy Dunlap <rdun...@infradead.org> >> Cc: Roopa Prabhu <ro...@cumulusnetworks.com> > > Applied, but I had to fix a checkpatch warning about a space before a > tab..
Ohhh, thanks. I blame that on (g)vim providing some automatic indentation that I didn't want. -- ~Randy