On Fri, Mar 06, 2026 at 10:56:07PM +0800, Shawn Guo wrote: > Add missing space before closing curly bracket for qcom_q6v5_mss and > qcom_q6v5_pas driver of_match[] lines, so that all qcom remoteproc > drivers are consistent on the common coding style. > > Signed-off-by: Shawn Guo <[email protected]> > --- > drivers/remoteproc/qcom_q6v5_mss.c | 26 +++--- > drivers/remoteproc/qcom_q6v5_pas.c | 138 ++++++++++++++--------------- > 2 files changed, 82 insertions(+), 82 deletions(-)
Hi Bjorn, I have to admit that I'm a bit paranoid on these minor coding style things. Let me know if you think such cosmetic changes are unnecessary churn. Shawn

