[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMArcTW=bNXLQ=VJt8eLSX7x2ne+V3JqkAUD3fB1kCeo8ubVMg@mail.gmail.com>
Date: Thu, 5 Mar 2020 07:56:02 +0900
From: Taehee Yoo <ap420073@...il.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: David Miller <davem@...emloft.net>, subashab@...eaurora.org,
stranche@...eaurora.org, Netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 2/3] net: rmnet: print error message when command fails
On Thu, 5 Mar 2020 at 05:01, Jakub Kicinski <kuba@...nel.org> wrote:
>
Hi Jakub,
Thank you for the review
> On Wed, 4 Mar 2020 07:51:02 +0000 Taehee Yoo wrote:
> > @@ -263,12 +262,16 @@ static int rmnet_rtnl_validate(struct nlattr *tb[], struct nlattr *data[],
> > {
> > u16 mux_id;
> >
> > - if (!data || !data[IFLA_RMNET_MUX_ID])
> > + if (!data || !data[IFLA_RMNET_MUX_ID]) {
> > + NL_SET_ERR_MSG_MOD(extack, "MUX ID not specifies");
> > return -EINVAL;
> > + }
>
> nit: typo in specified ?
Okay, I will change this message.
Thank you!
Taehee Yoo
Powered by blists - more mailing lists