lp8727_charger: Some minor fixes for the header

Pointer coding style changes
: add space between return type and function pointer
  ex) u8(*get_batt_present) (void)
   -> u8 (*get_batt_present) (void)

Signed-off-by: Woogyom Kim <milo.kim@ti.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
This commit is contained in:
Milo(Woogyom) Kim 2012-01-04 16:23:11 +04:00 committed by Anton Vorontsov
parent 620b273669
commit e57b432d0c
1 changed files with 4 additions and 7 deletions

View File

@ -1,12 +1,9 @@
/* /*
* lp8727.h - Driver for LP8727 Micro/Mini USB IC with intergrated charger
*
* Copyright (C) 2011 National Semiconductor * Copyright (C) 2011 National Semiconductor
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation. * published by the Free Software Foundation.
*
*/ */
#ifndef _LP8727_H #ifndef _LP8727_H