]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i2c: rename field 'alias_list' of struct i2c_atr_chan to 'alias_pairs'
authorRomain Gantois <romain.gantois@bootlin.com>
Thu, 6 Mar 2025 16:23:27 +0000 (17:23 +0100)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 18 Apr 2025 21:34:00 +0000 (23:34 +0200)
commitdb1962c94dab207e5db5eeb7fdaa8e5f9c60d00e
treef8ffc31de9e11ca0fc7112b1a8391ff1daad8217
parent24960bd0a19d933ae07c081e6efce0a4b77fa4b7
i2c: rename field 'alias_list' of struct i2c_atr_chan to 'alias_pairs'

The "alias_list" field of struct i2c_atr_chan describes translation table
entries programmed in the ATR channel. This terminology will become more
confusing when per-channel alias pool support is introduced, as struct
i2c_atr_chan will gain a new field called "alias_pool", which will describe
aliases which are available to the ATR channel.

Rename the "alias_list" field to "alias_pairs" to clearly distinguish it
from the future "alias_pool" field.

No functional change is intended.

Tested-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
Acked-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/i2c-atr.c