Re: [PATCH] remoteproc: qcom: Add missing space before closing bracket

From: Shawn Guo

Date: Tue Mar 31 2026 - 07:24:20 EST


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 <shengchao.guo@xxxxxxxxxxxxxxxx>
> ---
> 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