[PATCH v2 01/13] RISC-V: add prefix to all constants/macros in parse_asm.h
Andrew Jones
ajones at ventanamicro.com
Wed Nov 30 06:10:54 PST 2022
On Wed, Nov 30, 2022 at 01:12:36PM +0100, Heiko Stübner wrote:
> Am Dienstag, 29. November 2022, 23:19:57 CET schrieb Conor Dooley:
> > On Mon, Nov 28, 2022 at 11:26:20AM +0100, Heiko Stuebner wrote:
> > > From: Heiko Stuebner <heiko.stuebner at vrull.eu>
> > >
> > > Some of the constants and macros already have suitable
> > > RV_, RVG_ or RVC_ prefixes.
> > >
> > > Extend this to the rest of the file as well, as we want
> > > to use these things in a broader scope soon.
> >
> > What's up with the "weird" 57 character lines here?
>
> that is my brain shouting "you need to wrap lines" too early.
> I did make them longer now, but the line count won't change :-) .
>
>
> > Either way, I hate these sort of diffs and my brain just switches off
> > while trying to read them. Perhaps there's a way to make git spit these
> > out that shows
> > -
> > +
> > -
> > +
> > rather than
> > -
> > -
> > +
> > +
>
> I know that feeling well :-)
After b4'ing the patch into git, you can do
git show --word-diff=color --word-diff-regex=. <patch-commit-id>
to see just what was added/removed.
Doing that, plus some greps to make sure all names got changed
everywhere, looks good to me.
Reviewed-by: Andrew Jones <ajones at ventanamicro.com>
Thanks,
drew
>
>
> > and I could be more confident, but it seems okay to me...
> > Reviewed-by: Conor Dooley <conor.dooley at microchip.com>
>
> thanks
>
>
> Heiko
>
>
More information about the linux-riscv
mailing list