Re: [PATCH] net/chelsio/libcxgb: Add __percpu annotations to libcxgb_ppm.c
From: Uros Bizjak
Date: Sun Aug 04 2024 - 11:50:24 EST
On Thu, Aug 1, 2024 at 3:11 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
>
> On Wed, 31 Jul 2024 12:06:18 +0200 Uros Bizjak wrote:
> > > Let's keep to less than 80 columns wide, as is still preferred for
> > > Networking code. Perhaps in this case:
> > >
> > > static struct cxgbi_ppm_pool __percpu *
> > > ppm_alloc_cpu_pool(unsigned int *total, unsigned int *pcpu_ppmax)
> >
> > Hm, the original is exactly what sparse dumped, IMO code dumps should
> > be left as they were dumped.
>
> Unclear to me what you mean by "dumped" here.
> Please follow Simon's advice.
Oh, sorry, I totally misunderstood Simon's email. I have sent v2 that
includes requested change.
Thanks,
Uros.