On Tue, Jul 18, 2023 at 9:25 PM Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx> wrote: > "unsigned int" is more appropriate than "int" for the members > of "struct rzv2m_csi_priv". > Using void* rather than u8* for txbuf and rxbuf allows for > the removal of some type casting. > Remove the unnecessary casting of "data" to "struct rzv2m_csi_priv*" > in function "rzv2m_csi_irq_handler". > Also, members "bytes_per_word" and "errors" introduce gaps > in the structure. > Adjust "struct rzv2m_csi_priv" and its members usage accordingly. > > Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx> > Suggested-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > > v2: This is basically v1 with the addition of changes to the data > types of txbuf and rxbuf and related touches. > Also, both the title of this patch and its changelog have been > changed to reflect the new additions. > Although both Geert and Andy kindly allowed for their Reviewed-by > tags to used for this patch, I have dropped them in case they want > to jump in. Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds