From: Vadim Pasternak Date: Sun, 3 Mar 2019 09:12:14 +0000 (+0000) Subject: mlxsw: i2c: Modify input parameter name in initialization API X-Git-Tag: v5.1-rc1~178^2~18^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f43d9d9b4eb869b1c1513ce8b931389b64b92db1;p=thirdparty%2Fkernel%2Flinux.git mlxsw: i2c: Modify input parameter name in initialization API Change input parameter name "resource" to "res" in mlxsw_i2c_init() in order to align it with mlxsw_pci_init(). Signed-off-by: Vadim Pasternak Acked-by: Jiri Pirko Signed-off-by: Ido Schimmel Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/mellanox/mlxsw/i2c.c b/drivers/net/ethernet/mellanox/mlxsw/i2c.c index 68a23b212378e..eb46e0c747d23 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/i2c.c +++ b/drivers/net/ethernet/mellanox/mlxsw/i2c.c @@ -414,7 +414,7 @@ static int mlxsw_i2c_skb_transmit(void *bus_priv, struct sk_buff *skb, static int mlxsw_i2c_init(void *bus_priv, struct mlxsw_core *mlxsw_core, const struct mlxsw_config_profile *profile, - struct mlxsw_res *resources) + struct mlxsw_res *res) { struct mlxsw_i2c *mlxsw_i2c = bus_priv;