diff options
| author | Jagdish Gediya <[email protected]> | 2022-05-12 20:22:59 -0700 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-05-13 07:20:13 -0700 |
| commit | 717aeab42943efa7cfa876b3b687c6ff36eae867 (patch) | |
| tree | 5d88d91f4aa99edd80ef41a4de24b3e39a86a65d /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 0d6ea3ac94ca77c5273b064524ac5079312052a0 (diff) | |
mm: convert sysfs input to bool using kstrtobool()
Sysfs input conversion to corrosponding bool value e.g. "false" or "0" to
false, "true" or "1" to true are currently handled through strncmp at
multiple places. Use kstrtobool() to convert sysfs input to bool value.
[[email protected]: propagate kstrtobool() return value, per Andy]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jagdish Gediya <[email protected]>
Reviewed-by: Matthew Wilcox (Oracle) <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: "Huang, Ying" <[email protected]>
Cc: Jonathan Cameron <[email protected]>
Cc: Petr Mladek <[email protected]>
Cc: Richard Fitzgerald <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions