diff mbox series

mfd: ab8500-debugfs: Fix a typo ("deubgfs")

Message ID 20190430151726.7032-1-j.neuschaefer@gmx.net (mailing list archive)
State New, archived
Headers show
Series mfd: ab8500-debugfs: Fix a typo ("deubgfs") | expand

Commit Message

J. Neuschäfer April 30, 2019, 3:17 p.m. UTC
"debugfs" was misspelled.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 drivers/mfd/ab8500-debugfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.20.1

Comments

Lee Jones May 8, 2019, 11:11 a.m. UTC | #1
On Tue, 30 Apr 2019, Jonathan Neuschäfer wrote:

> "debugfs" was misspelled.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  drivers/mfd/ab8500-debugfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c
index 8d652b2f9d14..f70d3f6a959b 100644
--- a/drivers/mfd/ab8500-debugfs.c
+++ b/drivers/mfd/ab8500-debugfs.c
@@ -2587,7 +2587,7 @@  static ssize_t ab8500_unsubscribe_write(struct file *file,
 }

 /*
- * - several deubgfs nodes fops
+ * - several debugfs nodes fops
  */

 static const struct file_operations ab8500_bank_fops = {