Skip to content

Commit ba88b47

Browse files
easwarhkuba-moo
authored andcommitted
sfc: falcon: Make I2C terminology more inclusive
I2C v7, SMBus 3.2, and I3C 1.1.1 specifications have replaced "master/slave" with more appropriate terms. Inspired by Wolfram's series to fix drivers/i2c/, fix the terminology for users of I2C_ALGOBIT bitbanging interface, now that the approved verbiage exists in the specification. Reviewed-by: Martin Habets <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Easwar Hariharan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 0cda1ac commit ba88b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/sfc/falcon/falcon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ static const struct i2c_algo_bit_data falcon_i2c_bit_operations = {
367367
.getsda = falcon_getsda,
368368
.getscl = falcon_getscl,
369369
.udelay = 5,
370-
/* Wait up to 50 ms for slave to let us pull SCL high */
370+
/* Wait up to 50 ms for target to let us pull SCL high */
371371
.timeout = DIV_ROUND_UP(HZ, 20),
372372
};
373373

0 commit comments

Comments
 (0)