diff options
author | Pavel Machek <pavel@ucw.cz> | 2015-02-11 05:47:16 -0500 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-02-25 16:52:44 -0500 |
commit | 881f985a256839de2bb220dea5a4c59b8fa99b82 (patch) | |
tree | 3e0a8ddaf5d54f893556abc2e9c20b051deb5462 /drivers/power/bq27x00_battery.c | |
parent | 298631e1ecad278f9d442062035d29d9787b6994 (diff) |
bq2415x_charger, bq27x00_battery.c: comment cleanups
Cleanup comments for bq2415x_charger, bq27x00_battery.c.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/bq27x00_battery.c')
-rw-r--r-- | drivers/power/bq27x00_battery.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/power/bq27x00_battery.c b/drivers/power/bq27x00_battery.c index 93d2b7f910f1..3cd8c68e2bdb 100644 --- a/drivers/power/bq27x00_battery.c +++ b/drivers/power/bq27x00_battery.c | |||
@@ -16,9 +16,6 @@ | |||
16 | * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED | 16 | * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED |
17 | * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. | 17 | * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
18 | * | 18 | * |
19 | */ | ||
20 | |||
21 | /* | ||
22 | * Datasheets: | 19 | * Datasheets: |
23 | * http://focus.ti.com/docs/prod/folders/print/bq27000.html | 20 | * http://focus.ti.com/docs/prod/folders/print/bq27000.html |
24 | * http://focus.ti.com/docs/prod/folders/print/bq27500.html | 21 | * http://focus.ti.com/docs/prod/folders/print/bq27500.html |