power: supply: ab8500: Fix typo
authorJian Xin <xinjian@yulong.com>
Thu, 3 Jun 2021 09:47:18 +0000 (17:47 +0800)
committerSebastian Reichel <sre@kernel.org>
Thu, 3 Jun 2021 16:40:10 +0000 (18:40 +0200)
fix misspelled 'interrupts'

Signed-off-by: Jian Xin <xinjian@yulong.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/ab8500_fg.c

index 0c7c01a0d9790f634317821716fb93d63025e32e..43b65c0cbadee1f0c6a3c674a68ad2e7022d2d67 100644 (file)
@@ -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
  */