diff options
| author | Mario Limonciello <[email protected]> | 2025-03-21 02:25:01 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2025-05-12 00:54:06 +0000 |
| commit | ae5b3500856fb9a565470d83033bb91786ec16f1 (patch) | |
| tree | c5dfb6c65eade2892fca7e070fe7fe2fed059c30 /lib/errseq.c | |
| parent | kernel.h: move PTR_IF() and u64_to_user_ptr() to util_macros.h (diff) | |
| download | kernel-ae5b3500856fb9a565470d83033bb91786ec16f1.tar.gz kernel-ae5b3500856fb9a565470d83033bb91786ec16f1.zip | |
kstrtox: add support for enabled and disabled in kstrtobool()
In some places in the kernel there is a design pattern for sysfs
attributes to use kstrtobool() in store() and str_enabled_disabled() in
show().
This is counterintuitive to interact with because kstrtobool() takes
on/off but str_enabled_disabled() shows enabled/disabled. Some of those
sysfs uses could switch to str_on_off() but for some attributes
enabled/disabled really makes more sense.
Add support for kstrtobool() to accept enabled/disabled.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Mario Limonciello <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/errseq.c')
0 files changed, 0 insertions, 0 deletions
