Skip to content

Commit

Permalink
power: supply: ab8500: Fix typo
Browse files Browse the repository at this point in the history
fix misspelled 'interrupts'

Signed-off-by: Jian Xin <xinjian@yulong.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
  • Loading branch information
Jian Xin authored and Sebastian Reichel committed Jun 3, 2021
1 parent 2aac79d commit 94233f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/supply/ab8500_fg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 94233f1

Please sign in to comment.