diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-01-08 13:12:33 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-08 13:04:47 +0000 |
commit | 48f1b4efd67c922eff113f247533cbe175b1491e (patch) | |
tree | 8e93ff0fba2c563c108ead50503a15e82558a785 /drivers/regulator/of_regulator.c | |
parent | 557ce9d755d5ffc735f03a9a2ce2f1b4a3b23bd6 (diff) |
regulator: Fix trivial language typos
Fix few trivial language typos in core and drivers.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/of_regulator.c')
-rw-r--r-- | drivers/regulator/of_regulator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/of_regulator.c b/drivers/regulator/of_regulator.c index ffa5fc3724e4..7b6bf3536271 100644 --- a/drivers/regulator/of_regulator.c +++ b/drivers/regulator/of_regulator.c @@ -255,7 +255,7 @@ static void of_get_regulation_constraints(struct device_node *np, * @desc: regulator description * * Populates regulator_init_data structure by extracting data from device - * tree node, returns a pointer to the populated struture or NULL if memory + * tree node, returns a pointer to the populated structure or NULL if memory * alloc fails. */ struct regulator_init_data *of_get_regulator_init_data(struct device *dev, @@ -547,7 +547,7 @@ bool of_check_coupling_data(struct regulator_dev *rdev) NULL); if (c_n_phandles != n_phandles) { - dev_err(&rdev->dev, "number of couped reg phandles mismatch\n"); + dev_err(&rdev->dev, "number of coupled reg phandles mismatch\n"); ret = false; goto clean; } |