mbox series

[net,0/2] net: vxlan/geneve: use the correct nlattr array for extack

Message ID cover.1587568231.git.sd@queasysnail.net
Headers show
Series net: vxlan/geneve: use the correct nlattr array for extack | expand

Message

Sabrina Dubroca April 22, 2020, 3:29 p.m. UTC
The ->validate callbacks for vxlan and geneve have a couple of typos
in extack, where the nlattr array for IFLA_* attributes is used
instead of the link-specific one.

Sabrina Dubroca (2):
  vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
  geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR

 drivers/net/geneve.c | 2 +-
 drivers/net/vxlan.c  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Xin Long April 22, 2020, 3:48 p.m. UTC | #1
On Wed, Apr 22, 2020 at 11:30 PM Sabrina Dubroca <sd@queasysnail.net> wrote:
>
> The ->validate callbacks for vxlan and geneve have a couple of typos
> in extack, where the nlattr array for IFLA_* attributes is used
> instead of the link-specific one.
>
> Sabrina Dubroca (2):
>   vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
>   geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
>
>  drivers/net/geneve.c | 2 +-
>  drivers/net/vxlan.c  | 6 +++---
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> --
> 2.26.1
>
Reviewed-by: Xin Long <lucien.xin@gmail.com>
David Miller April 23, 2020, 7:40 p.m. UTC | #2
From: Sabrina Dubroca <sd@queasysnail.net>
Date: Wed, 22 Apr 2020 17:29:49 +0200

> The ->validate callbacks for vxlan and geneve have a couple of typos
> in extack, where the nlattr array for IFLA_* attributes is used
> instead of the link-specific one.

Series applied and queued up for -stable, thanks.