Re: [PATCH net resend] ethtool: fix kdoc attr name

2021-04-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 12 Apr 2021 11:47:07 -0700 you wrote: > Add missing 't' in attrtype. > > Signed-off-by: Jakub Kicinski > --- > net/ethtool/netlink.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Here is the summary w

Re: [PATCH net resend] ethtool: fix kdoc attr name

2021-04-12 Thread Andrew Lunn
On Mon, Apr 12, 2021 at 11:47:07AM -0700, Jakub Kicinski wrote: > Add missing 't' in attrtype. > > Signed-off-by: Jakub Kicinski Reviewed-by: Andrew Lunn Andrew

[PATCH net resend] ethtool: fix kdoc attr name

2021-04-12 Thread Jakub Kicinski
Add missing 't' in attrtype. Signed-off-by: Jakub Kicinski --- net/ethtool/netlink.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ethtool/netlink.h b/net/ethtool/netlink.h index 6eabd58d81bf..cde9f3169ae5 100644 --- a/net/ethtool/netlink.h +++ b/net/ethtool/netli