[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <73f3de15-7cb3-4527-a06b-2a86e73d75cc@ti.com>
Date: Mon, 11 Nov 2024 15:42:10 +0530
From: Meghana Malladi <m-malladi@...com>
To: Jakub Kicinski <kuba@...nel.org>
CC: <vigneshr@...com>, <horms@...nel.org>, <jan.kiszka@...mens.com>,
<diogo.ivo@...mens.com>, <pabeni@...hat.com>, <edumazet@...gle.com>,
<davem@...emloft.net>, <andrew+netdev@...n.ch>,
<linux-kernel@...r.kernel.org>, <netdev@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <srk@...com>,
Roger Quadros
<rogerq@...nel.org>, <danishanwar@...com>
Subject: Re: [PATCH net v4] net: ti: icssg-prueth: Fix 1 PPS sync
On 08/11/24 00:45, Jakub Kicinski wrote:
> On Wed, 6 Nov 2024 12:53:14 +0530 Meghana Malladi wrote:
>> +static inline __u64 icssg_readq(const void __iomem *addr)
>
> two nit picks:
> - since the function is now fairly special purpose I think a name less
> generic than readq would be appropriate. Maybe icssg_read_time() ?
> - __u64 is for uAPI, to avoid type name conflicts, in the kernel
> please use u64 without the underscores
Yeah sure, I have updated it.
Powered by blists - more mailing lists