aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2015-02-11 05:47:16 -0500
committerSebastian Reichel <sre@kernel.org>2015-02-25 16:52:44 -0500
commit881f985a256839de2bb220dea5a4c59b8fa99b82 (patch)
tree3e0a8ddaf5d54f893556abc2e9c20b051deb5462 /drivers
parent298631e1ecad278f9d442062035d29d9787b6994 (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')
-rw-r--r--drivers/power/bq2415x_charger.c8
-rw-r--r--drivers/power/bq27x00_battery.c3
2 files changed, 1 insertions, 10 deletions
diff --git a/drivers/power/bq2415x_charger.c b/drivers/power/bq2415x_charger.c
index 1f49986fc605..727740066754 100644
--- a/drivers/power/bq2415x_charger.c
+++ b/drivers/power/bq2415x_charger.c
@@ -13,12 +13,6 @@
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details. 14 * GNU General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
20
21/*
22 * Datasheets: 16 * Datasheets:
23 * http://www.ti.com/product/bq24150 17 * http://www.ti.com/product/bq24150
24 * http://www.ti.com/product/bq24150a 18 * http://www.ti.com/product/bq24150a
@@ -173,7 +167,7 @@ struct bq2415x_device {
173 struct power_supply *notify_psy; 167 struct power_supply *notify_psy;
174 struct notifier_block nb; 168 struct notifier_block nb;
175 enum bq2415x_mode reported_mode;/* mode reported by hook function */ 169 enum bq2415x_mode reported_mode;/* mode reported by hook function */
176 enum bq2415x_mode mode; /* current configured mode */ 170 enum bq2415x_mode mode; /* currently configured mode */
177 enum bq2415x_chip chip; 171 enum bq2415x_chip chip;
178 const char *timer_error; 172 const char *timer_error;
179 char *model; 173 char *model;
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