Re: [PATCH v4 2/2] riscv: Optimize bitops with Zbb extension

From: Conor Dooley
Date: Tue Oct 31 2023 - 03:54:22 EST



> > > > +static __always_inline unsigned long variable__ffs(unsigned long word)
> > > > +{
> > > > + int num;
> > > > +
> > > > + asm_volatile_goto(
> > > > + ALTERNATIVE("j %l[legacy]", "nop", 0, RISCV_ISA_EXT_ZBB, 1)
> > > > + : : : : legacy);
> > > > +
> > >
> > > On this and following asm blocks, checkpatch outputs: "Lines should not
> > > end with a '('".
> >
> > I did below check, but I got no warning.
> > # ./scripts/checkpatch.pl v4-0002-riscv-Optimize-bitops-with-Zbb-extension.patch
> > total: 0 errors, 0 warnings, 280 lines checked
> > May I know how you do the check?
> > BTW, I see arch/riscv/include/asm/jump_label.h and arch/riscv/include/asm/cpufeature.h have similar code.
>
> I normally use the --strict flag since that is what the Patchwork server
> uses.

FWIW, checkpatch output does require human interpretation. It is only a
"dumb" perl script, and particularly for asm stuff the complaints can
often be ignored. IMO, this is one of those times.

Attachment: signature.asc
Description: PGP signature