mirror of
https://github.com/SCST-project/scst.git
synced 2026-07-20 23:12:20 +00:00
977904d33a
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.