From: Lee Jones Date: Mon, 9 Jan 2023 17:26:36 +0000 (+0000) Subject: mfd: simple-mfd-i2c: Fix incoherent comment regarding DT registration X-Git-Tag: v6.6.7~3444^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81435ed2bdea54bef20a898827b127d8ce087495;p=platform%2Fkernel%2Flinux-starfive.git mfd: simple-mfd-i2c: Fix incoherent comment regarding DT registration Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/simple-mfd-i2c.c b/drivers/mfd/simple-mfd-i2c.c index f4c8fc3..e31f13f 100644 --- a/drivers/mfd/simple-mfd-i2c.c +++ b/drivers/mfd/simple-mfd-i2c.c @@ -48,7 +48,7 @@ static int simple_mfd_i2c_probe(struct i2c_client *i2c) if (IS_ERR(regmap)) return PTR_ERR(regmap); - /* If no MFD cells are spedified, use register the DT child nodes instead */ + /* If no MFD cells are specified, register using the DT child nodes instead */ if (!simple_mfd_data || !simple_mfd_data->mfd_cell) return devm_of_platform_populate(&i2c->dev);