diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-05-07 03:51:36 +0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-05-22 03:02:22 +0400 |
commit | 86b89d73f9f3648c9f3b375d7841bef18a27fd2a (patch) | |
tree | 9a7507558c71458da2f2ae91af02f086e2cee099 /drivers/hwmon | |
parent | 5b20995ee7c5fc4fda8215301f86c7fa3faece27 (diff) | |
download | linux-86b89d73f9f3648c9f3b375d7841bef18a27fd2a.tar.xz |
hwmon: (ltc2945) Fix 1st comment line
Somehow a couple of spaces got added to the first line. Remove them.
No code change.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/ltc2945.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ltc2945.c b/drivers/hwmon/ltc2945.c index c9cddf5f056b..3701b329b6ae 100644 --- a/drivers/hwmon/ltc2945.c +++ b/drivers/hwmon/ltc2945.c @@ -1,4 +1,4 @@ - /* +/* * Driver for Linear Technology LTC2945 I2C Power Monitor * * Copyright (c) 2014 Guenter Roeck |