projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfcd415
)
hwmon: (sht15) Spelling fix
author
Justin P. Mattock
<justinmattock@gmail.com>
Mon, 21 Mar 2011 16:59:35 +0000
(17:59 +0100)
committer
Jean Delvare
<khali@endymion.delvare>
Mon, 21 Mar 2011 16:59:35 +0000
(17:59 +0100)
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>
drivers/hwmon/sht15.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/sht15.c
b/drivers/hwmon/sht15.c
index
a610e78
..
3ba7dd8
100644
(file)
--- a/
drivers/hwmon/sht15.c
+++ b/
drivers/hwmon/sht15.c
@@
-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
begin
nning */
+ * prevent new ones
from begi
nning */
mutex_lock(&data->read_lock);
hwmon_device_unregister(data->hwmon_dev);
sysfs_remove_group(&pdev->dev.kobj, &sht15_attr_group);