[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZtgPqJHnQYd7Jm_z@hovoldconsulting.com>
Date: Wed, 4 Sep 2024 09:43:36 +0200
From: Johan Hovold <johan@...nel.org>
To: Riyan Dhiman <riyandhiman14@...il.com>
Cc: srinivas.kandagatla@...aro.org, bgoswami@...cinc.com,
andersson@...nel.org, alsa-devel@...a-project.org,
linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] soc: qcom: apr: Fix some parenthesis alignment coding
style issues
On Wed, Sep 04, 2024 at 11:17:35AM +0530, Riyan Dhiman wrote:
> Adhere to Linux kernel coding style.
>
> Issue reported by checkpatch:
> - CHECK: Alignment should match open parenthesis
This is not something that is part of the coding style and just an
excessive warning that that checkpatch issues when run with the
--pedantic (a.k.a. --strict) flag.
You can use that flag on your own code if you prefer, but don't send
"cleanups" like this for code that is already in the kernel. It's just
noise.
If you want to practise on how to create and submit a patch, these kind
of patches are accepted for code under drivers/staging however.
Johan
Powered by blists - more mailing lists