]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ata: replace snprintf in show functions with sysfs_emit
authorYang Guang <yang.guang5@zte.com.cn>
Tue, 30 Nov 2021 00:04:11 +0000 (08:04 +0800)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Thu, 2 Dec 2021 04:13:45 +0000 (13:13 +0900)
commit06d5d558f5a30582546dcbe9327601af867ce1c9
treeffeee240089d71d16fb05c504ed62fb1ec235a48
parent6f48394cf1f3e8486591ad98c11cdadb8f1ef2ad
ata: replace snprintf in show functions with sysfs_emit

coccinelle report:
./drivers/ata/libata-sata.c:830:8-16:
WARNING: use scnprintf or sprintf

Use sysfs_emit instead of scnprintf or sprintf makes more sense.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Yang Guang <yang.guang5@zte.com.cn>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/libata-sata.c