Commit 94233f11 authored by Jian Xin's avatar Jian Xin Committed by Sebastian Reichel
Browse files

power: supply: ab8500: Fix typo



fix misspelled 'interrupts'

Signed-off-by: default avatarJian Xin <xinjian@yulong.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 2aac79d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
	((y1) + ((((y2) - (y1)) * ((x) - (x1))) / ((x2) - (x1))));

/**
 * struct ab8500_fg_interrupts - ab8500 fg interupts
 * struct ab8500_fg_interrupts - ab8500 fg interrupts
 * @name:	name of the interrupt
 * @isr		function pointer to the isr
 */