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>
This commit is contained in:

committed by
Mark Brown

parent
557ce9d755
commit
48f1b4efd6
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user