Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: thunderx-pcidrv: reword according to newest specification

Change the wording of this driver wrt. the newest I2C v7 and SMBus 3.2
specifications and replace "master/slave" with more appropriate terms.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>

authored by

Wolfram Sang and committed by
Andi Shyti
44981dc3 b00f427a

+1 -1
+1 -1
drivers/i2c/busses/i2c-thunderx-pcidrv.c
··· 72 72 } 73 73 74 74 static const struct i2c_algorithm thunderx_i2c_algo = { 75 - .master_xfer = octeon_i2c_xfer, 75 + .xfer = octeon_i2c_xfer, 76 76 .functionality = thunderx_i2c_functionality, 77 77 }; 78 78