mbox series

[0/4] drivers/perf: Fix ERRORs reported by checkpatch

Message ID 1620736054-58412-1-git-send-email-f.fangjian@huawei.com (mailing list archive)
Headers show
Series drivers/perf: Fix ERRORs reported by checkpatch | expand

Message

Jay Fang May 11, 2021, 12:27 p.m. UTC
From: Junhao He <hejunhao@huawei.com>

This patch-set fix some coding style issues reported by checkpatch tool.

Junhao He (4):
  drivers/perf: arm_spe_pmu: Fix some coding style issues
  drivers/perf: arm_pmu: Fix some coding style issues
  drivers/perf: arm-cmn: Add space after ','
  drivers/perf: arm-cci: Fix checkpatch spacing error

 drivers/perf/arm-cci.c     | 4 ++--
 drivers/perf/arm-cmn.c     | 2 +-
 drivers/perf/arm_pmu.c     | 6 ++----
 drivers/perf/arm_spe_pmu.c | 5 +----
 4 files changed, 6 insertions(+), 11 deletions(-)

Comments

Will Deacon May 25, 2021, 6:58 p.m. UTC | #1
On Tue, 11 May 2021 20:27:30 +0800, Jay Fang wrote:
> This patch-set fix some coding style issues reported by checkpatch tool.
> 
> Junhao He (4):
>   drivers/perf: arm_spe_pmu: Fix some coding style issues
>   drivers/perf: arm_pmu: Fix some coding style issues
>   drivers/perf: arm-cmn: Add space after ','
>   drivers/perf: arm-cci: Fix checkpatch spacing error
> 
> [...]

Applied to will (for-next/perf), thanks!

[1/4] drivers/perf: arm_spe_pmu: Fix some coding style issues
      https://git.kernel.org/will/c/27e448207571
[2/4] drivers/perf: arm_pmu: Fix some coding style issues
      https://git.kernel.org/will/c/f265fd166bce
[3/4] drivers/perf: arm-cmn: Add space after ','
      https://git.kernel.org/will/c/a9f00c9760fe
[4/4] drivers/perf: arm-cci: Fix checkpatch spacing error
      https://git.kernel.org/will/c/eb2b22f024c3

Cheers,