[PATCH 0/2] Subject: [PATCH v2 0/2] firmware: arm_scmi: Minor cleanups and documentation fixes
Artem Shimko
artyom.shimko at gmail.com
Mon Sep 1 09:32:59 PDT 2025
Hello maintainers,
This small patch series addresses some minor issues found in the SCMI driver:
Patch 1 fixes alignment and indentation inconsistencies in multiple files:
Adjusts function parameter alignment in protocol_id_show()
Fixes debugfs call alignment in raw_mode.c for both message and message_async entries
Patch 2 adds missing documentation for the xfer_lock spinlock that protects
access to xfer buffers and transfer allocation mechanism, making the code
more maintainable and easier to understand.
These are straightforward cleanups that don't change any functionality but
improve code quality and documentation.
Best regards,
Artem Shimko
Changes in v2:
Added missing alignment fix for message_async debugfs call that was
overlooked in the initial version.
Artem Shimko (2):
firmware: arm_scmi: fix alignment in protocol_id_show and debugfs
calls
firmware: arm_scmi: add missing spinlock documentation
drivers/firmware/arm_scmi/bus.c | 2 +-
drivers/firmware/arm_scmi/driver.c | 1 +
drivers/firmware/arm_scmi/raw_mode.c | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)
--
2.43.0
More information about the linux-arm-kernel
mailing list