Silly typo.  You go squish now.  Was introduced in commit 299632e54b2e
("regmap: debugfs: Don't sleep while atomic for fast_io regmaps").

Reported-by: Pavel Machek <pa...@denx.de>
Signed-off-by: Douglas Anderson <diand...@chromium.org>
---

 drivers/base/regmap/regmap-debugfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/base/regmap/regmap-debugfs.c 
b/drivers/base/regmap/regmap-debugfs.c
index f58baff2be0a..51ed8fd29c79 100644
--- a/drivers/base/regmap/regmap-debugfs.c
+++ b/drivers/base/regmap/regmap-debugfs.c
@@ -467,7 +467,7 @@ static ssize_t regmap_cache_only_write_file(struct file 
*file,
        int err;
 
        err = kstrtobool_from_user(user_buf, count, &new_val);
-       /* Ignore malforned data like debugfs_write_file_bool() */
+       /* Ignore malformed data like debugfs_write_file_bool() */
        if (err)
                return count;
 
@@ -514,7 +514,7 @@ static ssize_t regmap_cache_bypass_write_file(struct file 
*file,
        int err;
 
        err = kstrtobool_from_user(user_buf, count, &new_val);
-       /* Ignore malforned data like debugfs_write_file_bool() */
+       /* Ignore malformed data like debugfs_write_file_bool() */
        if (err)
                return count;
 
-- 
2.28.0.163.g6104cc2f0b6-goog

Reply via email to