mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
Replace combined sysfs_emit() calls with separate sysfs_emit() and sysfs_emit_at() invocations when emitting SCST_SYSFS_KEY_MARK in sysfs attribute show handlers. This improves code clarity and consistency, explicitly handling the conditional addition of SCST_SYSFS_KEY_MARK. This patch does not change any functionality.