[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9b37e02f-137f-2f93-43b9-eb5bb9814e97@sifive.com>
Date: Fri, 15 Jul 2022 18:33:18 +0100
From: Ben Dooks <ben.dooks@...ive.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Sudip Mukherjee <sudip.mukherjee@...ive.com>,
Jude Onyenegecha <jude.onyenegecha@...ive.com>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Claudiu Beznea <claudiu.beznea@...rochip.com>,
"David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>, netdev@...r.kernel.org
Subject: Re: [PATCH] net: macb: fixup sparse warnings on __be16 ports
On 15/07/2022 00:43, Jakub Kicinski wrote:
> On Thu, 14 Jul 2022 09:43:05 +0100 Ben Dooks wrote:
>> - htons(fs->h_u.tcp_ip4_spec.psrc), htons(fs->h_u.tcp_ip4_spec.pdst));
>> + be16_to_cpu(fs->h_u.tcp_ip4_spec.psrc),
>> + be16_to_cpu(fs->h_u.tcp_ip4_spec.pdst));
>
> There are some spaces on this line, please use tabs,
> checkpatch will be able to help you validate.
Thank you, didn't spot an issue with my editor config.
Sent v2 patch
Powered by blists - more mailing lists