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:
Milan Djurovic 2021-03-27 00:36:05 -07:00 committed by Sebastian Reichel
parent 416682f27a
commit 33ae8b0346

View File

@ -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;