]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/cio/cmf: Switch over to sysfs_emit()
authorMete Durlu <meted@linux.ibm.com>
Wed, 23 Oct 2024 12:11:04 +0000 (14:11 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 25 Oct 2024 14:03:25 +0000 (16:03 +0200)
commit48e0ab9a66f21c3a1fddeb90ef0aefd5e186add7
treeb8e299ebdb6e6043953564db327b09b5ad41ec6a
parent2707704baab3e3e6241bcf955337b86c42143f08
s390/cio/cmf: Switch over to sysfs_emit()

Per Documentation/filesystems/sysfs.rst, sysfs_emit() is preferred for
presenting attributes to user space in sysfs. Convert the left-over uses
in the cio/cmf code.

Signed-off-by: Mete Durlu <meted@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/cio/cmf.c