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

i2c: dln2: 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
37ce300e 3f1ca8a5

+2 -2
+2 -2
drivers/i2c/busses/i2c-dln2.c
··· 175 175 } 176 176 177 177 static const struct i2c_algorithm dln2_i2c_usb_algorithm = { 178 - .master_xfer = dln2_i2c_xfer, 178 + .xfer = dln2_i2c_xfer, 179 179 .functionality = dln2_i2c_func, 180 180 }; 181 181 ··· 251 251 module_platform_driver(dln2_i2c_driver); 252 252 253 253 MODULE_AUTHOR("Laurentiu Palcu <laurentiu.palcu@intel.com>"); 254 - MODULE_DESCRIPTION("Driver for the Diolan DLN2 I2C master interface"); 254 + MODULE_DESCRIPTION("Driver for the Diolan DLN2 I2C controller interface"); 255 255 MODULE_LICENSE("GPL v2"); 256 256 MODULE_ALIAS("platform:dln2-i2c");