]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: fsl: fsl_qmc_audio: Fix issues detected by checkpatch
authorHerve Codina <herve.codina@bootlin.com>
Mon, 1 Jul 2024 11:30:29 +0000 (13:30 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 4 Jul 2024 11:24:53 +0000 (12:24 +0100)
commit86dd725b57a88869acfe15b0405937450d0aef30
tree30822db9ada62f3517c535a878566367e8758c42
parente62599902327d27687693f6e5253a5d56583db58
ASoC: fsl: fsl_qmc_audio: Fix issues detected by checkpatch

./scripts/checkpatch.pl --strict --codespell detected several issues
when running on the fsl_qmc_audio.c file:
  - CHECK: spaces preferred around that '*' (ctx:VxV)
  - CHECK: Alignment should match open parenthesis
  - CHECK: Comparison to NULL could be written "!prtd"
  - CHECK: spaces preferred around that '/' (ctx:VxV)
  - CHECK: Lines should not end with a '('
  - CHECK: Please don't use multiple blank lines
Some of them are present several times.

Fix all of these issues without any functional changes.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Link: https://patch.msgid.link/20240701113038.55144-3-herve.codina@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_qmc_audio.c