On Fri, 20 Jun 2025, Alexandre Ghiti wrote: > RV_X() macro is defined in two different ways which is error prone. > > So harmonize its first definition and add another macro RV_X_mask() for > the second one. > > Reviewed-by: Andrew Jones <ajones@xxxxxxxxxxxxxxxx> > Signed-off-by: Alexandre Ghiti <alexghiti@xxxxxxxxxxxx> Thanks. I updated this one to uppercase the name of the RV_X_MASK macro. That way it matches the naming of the rest of the macros in the file. Queued for v6.18. - Paul