Skip to content

Commit

Permalink
hwmon: (sht15) Spelling fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Justin P. Mattock authored and Jean Delvare committed Mar 21, 2011
1 parent bfcd415 commit 396bd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/sht15.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 396bd76

Please sign in to comment.