[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20230319113926.2f19022f@kernel.org>
Date: Sun, 19 Mar 2023 11:39:26 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: "Liang He" <windhl@....com>
Cc: davem@...emloft.net, edumazet@...gle.com, pabeni@...hat.com,
netdev@...r.kernel.org
Subject: Re: [PATCH] ethernet: sun: add check for the mdesc_grab()
On Sun, 19 Mar 2023 19:30:30 +0800 (CST) Liang He wrote:
> At 2023-03-18 13:29:44, "Jakub Kicinski" <kuba@...nel.org> wrote:
> >On Wed, 15 Mar 2023 14:00:21 +0800 Liang He wrote:
> >> hp = mdesc_grab();
> >>
> >> + if (!hp)
> >> + return -ENODEV;
> >
> >no empty line between the function call and error check, please
>
> Hi, Jakub,
>
> Thanks very much for your review and reply.
>
> While I have already prepared the new version patch, my last patch
> has been Reviewed-by Piotr Raczynski and applied to netdev/net.git
> by David S.Miller.
You're right, I missed that.
> So should I send the new patch again?
No need, we can't replace it now so let's leave it be.
Powered by blists - more mailing lists