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

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
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment