diff options
| author | Jules Irenge <[email protected]> | 2022-10-01 15:56:33 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-10-22 13:20:49 +0200 |
| commit | 13cc02f115d010d078851fac7f347890e62c097d (patch) | |
| tree | 5491deea74bfd7b59794ce2ff348cd501c897c33 /tools/perf/scripts/python/flamegraph.py | |
| parent | 375ac0b2c1f11d8274999e91546d69e3140c6c6a (diff) | |
usbip: vudc: Convert snprintf() to sysfs_emit()
Coccinnelle reports a warning
Warning: Use scnprintf or sprintf
Following the advice on kernel documentation
https://www.kernel.org/doc/html/latest/filesystems/sysfs.html
For show(device *...) functions we should only use sysfs_emit() or sysfs_emit_at()
especially when formatting the value to be returned to user space.
Convert snprintf() to sysfs_emit()
Signed-off-by: Jules Irenge <[email protected]>
Reviewed-by: Shuah Khan <[email protected]>
Link: https://lore.kernel.org/r/YzhVIaNGdM33pcts@octinomon
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions