You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
regulator: core: Fix a trivial typo
Changed automaticall -> automatically. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
@@ -3504,7 +3504,7 @@ static void devm_rdev_release(struct device *dev, void *res)
|
||||
*
|
||||
* Called by regulator drivers to register a regulator. Returns a
|
||||
* valid pointer to struct regulator_dev on success or an ERR_PTR() on
|
||||
* error. The regulator will automaticall be released when the device
|
||||
* error. The regulator will automatically be released when the device
|
||||
* is unbound.
|
||||
*/
|
||||
struct regulator_dev *devm_regulator_register(struct device *dev,
|
||||
|
||||
Reference in New Issue
Block a user