[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250218064244.0089ce20@kernel.org>
Date: Tue, 18 Feb 2025 06:42:44 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Heiner Kallweit <hkallweit1@...il.com>
Cc: Andrew Lunn <andrew@...n.ch>, Russell King - ARM Linux
<linux@...linux.org.uk>, Paolo Abeni <pabeni@...hat.com>, Eric Dumazet
<edumazet@...gle.com>, David Miller <davem@...emloft.net>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next] net: phy: realtek: add helper
RTL822X_VND2_C22_REG
On Tue, 18 Feb 2025 07:33:32 +0100 Heiner Kallweit wrote:
> On 18.02.2025 01:44, Jakub Kicinski wrote:
> > On Fri, 14 Feb 2025 21:31:14 +0100 Heiner Kallweit wrote:
> >> -#define RTL822X_VND2_GANLPAR 0xa414
> >> +#define RTL822X_VND2_C22_REG(reg) (0xa400 + 2 * (reg))
> >
> > Just to double check - is the tab between define and RTL intentional?
>
> Yes. In the terminal a space or a tab after #define are the same,
> not sure whether there's any preference from your side.
> At least checkpatch doesn't complain.
Weak preference for following what the rest of the file does,
so space would be better. I'll change when applying.
Powered by blists - more mailing lists