]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/sclp_ocf: Switch over to sysfs_emit()
authorMete Durlu <meted@linux.ibm.com>
Wed, 23 Oct 2024 12:11:11 +0000 (14:11 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 25 Oct 2024 14:03:26 +0000 (16:03 +0200)
commit92a201b7648b7df9f2ada56a58c489811c51a6b2
tree452fe10db492321a55ed585ce837db6d5976a04a
parent182d54671c304d5f81eee6a29b5ef03023826989
s390/sclp_ocf: 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 char/sclp_ocf 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/char/sclp_ocf.c