mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
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:
committed by
Sebastian Reichel
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user