Hi!
From: Douglas Anderson dianders@chromium.org
[ Upstream commit 299632e54b2e692d2830af84be51172480dc1e26 ]
- err = kstrtobool_from_user(user_buf, count, &new_val);
- /* Ignore malforned data like debugfs_write_file_bool() */
- err = kstrtobool_from_user(user_buf, count, &new_val);
- /* Ignore malforned data like debugfs_write_file_bool() */
I guess that should be "malformed" in both cases.
Plus it would not be bad to share code between those two functions, as they are pretty much identical...
Best regards, Pavel