power: supply: 88pm860x_battery: Remove unnecessary int for long long
Change 'long long int' to 'long long' because the int is unnecessary, as suggested by checkpatch.pl. Signed-off-by: Milan Djurovic <mdjurovic@zohomail.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
416682f27a
commit
33ae8b0346
@ -109,8 +109,8 @@ struct pm860x_battery_info {
|
||||
};
|
||||
|
||||
struct ccnt {
|
||||
unsigned long long int pos;
|
||||
unsigned long long int neg;
|
||||
unsigned long long pos;
|
||||
unsigned long long neg;
|
||||
unsigned int spos;
|
||||
unsigned int sneg;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user