[PATCH 09/64] i2c: bcm2835: reword according to newest specification
Andi Shyti
andi.shyti at kernel.org
Tue Mar 26 12:03:36 PDT 2024
Hi Wolfram,
> @@ -391,7 +391,7 @@ static u32 bcm2835_i2c_func(struct i2c_adapter *adap)
> }
>
> static const struct i2c_algorithm bcm2835_i2c_algo = {
> - .master_xfer = bcm2835_i2c_xfer,
> + .xfer = bcm2835_i2c_xfer,
Here you are breaking the alignment (even though I think a "tab"
alignment is not needed).
Andi
More information about the linux-rpi-kernel
mailing list