Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Milan Djurovic and committed by
Sebastian Reichel
33ae8b03 416682f2

+2 -2
+2 -2
drivers/power/supply/88pm860x_battery.c
··· 109 109 }; 110 110 111 111 struct ccnt { 112 - unsigned long long int pos; 113 - unsigned long long int neg; 112 + unsigned long long pos; 113 + unsigned long long neg; 114 114 unsigned int spos; 115 115 unsigned int sneg; 116 116