diff options
author | Pavel Machek <pavel@ucw.cz> | 2015-02-11 11:47:16 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-02-25 22:52:44 +0100 |
commit | 881f985a256839de2bb220dea5a4c59b8fa99b82 (patch) | |
tree | 3e0a8ddaf5d54f893556abc2e9c20b051deb5462 /drivers/power | |
parent | 298631e1ecad278f9d442062035d29d9787b6994 (diff) | |
download | talos-op-linux-881f985a256839de2bb220dea5a4c59b8fa99b82.tar.gz talos-op-linux-881f985a256839de2bb220dea5a4c59b8fa99b82.zip |
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')
-rw-r--r-- | drivers/power/bq2415x_charger.c | 8 | ||||
-rw-r--r-- | drivers/power/bq27x00_battery.c | 3 |
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 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -/* * Datasheets: * http://www.ti.com/product/bq24150 * http://www.ti.com/product/bq24150a @@ -173,7 +167,7 @@ struct bq2415x_device { struct power_supply *notify_psy; struct notifier_block nb; enum bq2415x_mode reported_mode;/* mode reported by hook function */ - enum bq2415x_mode mode; /* current configured mode */ + enum bq2415x_mode mode; /* currently configured mode */ enum bq2415x_chip chip; const char *timer_error; 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 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - */ - -/* * Datasheets: * http://focus.ti.com/docs/prod/folders/print/bq27000.html * http://focus.ti.com/docs/prod/folders/print/bq27500.html |