forked from luck/tmp_suning_uos_patched
hwmon: (sht15) Spelling fix
Remove one too many "n" in a word. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Acked-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
parent
bfcd415dcb
commit
396bd766a6
@ -610,7 +610,7 @@ static int __devexit sht15_remove(struct platform_device *pdev)
|
||||
struct sht15_data *data = platform_get_drvdata(pdev);
|
||||
|
||||
/* Make sure any reads from the device are done and
|
||||
* prevent new ones beginnning */
|
||||
* prevent new ones from beginning */
|
||||
mutex_lock(&data->read_lock);
|
||||
hwmon_device_unregister(data->hwmon_dev);
|
||||
sysfs_remove_group(&pdev->dev.kobj, &sht15_attr_group);
|
||||
|
Loading…
Reference in New Issue
Block a user