commit | cd455ebb748c4e198c8158e5d61b3034bf10f22b | [log] [tgz] |
---|---|---|
author | Jing Yao <yao.jing2@zte.com.cn> | Wed Nov 10 02:53:41 2021 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Nov 26 17:03:47 2021 +0100 |
tree | 6ccc2391750fbe880977a0a89b537a2f7f70e3e7 | |
parent | 1f8ff525f3d316116892852d5d39eeefa9fcb217 [diff] |
most: usb: replace snprintf in show functions with sysfs_emit coccicheck complains about the use of snprintf() in sysfs show functions: WARNING use scnprintf or sprintf Use sysfs_emit instead of scnprintf, snprintf or sprintf makes more sense. Reported-by: Zeal Robot <zealci@zte.com.cn> Signed-off-by: Jing Yao <yao.jing2@zte.com.cn> Link: https://lore.kernel.org/r/20211110025341.136194-1-yao.jing2@zte.com.cn Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>