diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-04-30 11:17:26 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-05-14 03:13:27 -0400 |
commit | 38a3227151f6377b0b7622fd6117875a43320846 (patch) | |
tree | 6324bd79996b3fd763918b84f4b15c357aaaf25a | |
parent | 13d72945323c33680433bc92ffe1465a59599993 (diff) |
mfd: ab8500-debugfs: Fix a typo ("deubgfs")
"debugfs" was misspelled.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | drivers/mfd/ab8500-debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
2587 | } | 2587 | } |
2588 | 2588 | ||
2589 | /* | 2589 | /* |
2590 | * - several deubgfs nodes fops | 2590 | * - several debugfs nodes fops |
2591 | */ | 2591 | */ |
2592 | 2592 | ||
2593 | static const struct file_operations ab8500_bank_fops = { | 2593 | static const struct file_operations ab8500_bank_fops = { |