diff options
author | Lee Jones <[email protected]> | 2024-01-11 13:17:22 +0000 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2024-01-29 20:34:52 -0500 |
commit | a977c8158a42146dcb0f25c5ce8e1122d781b845 (patch) | |
tree | f83e78ae1e8edba4021f06a6947e912b26af4bfe /scripts/generate_rust_analyzer.py | |
parent | a34fc8c7361c4abb7474a77ce907065db371657f (diff) |
scsi: 3w-9xxx: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()
Since snprintf() has the documented, but still rather strange trait of
returning the length of the data that *would have been* written to the
array if space were available, rather than the arguably more useful
length of data *actually* written, it is usually considered wise to use
something else instead in order to avoid confusion.
In the case of sysfs call-backs, new wrappers exist that do just that.
Link: https://lwn.net/Articles/69419/
Link: https://github.com/KSPP/linux/issues/105
Cc: Adam Radford <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions