Commit a68757ab authored by Herve Codina's avatar Herve Codina Committed by Christophe Leroy

soc: fsl: cpm1: tsa: Add missing spinlock comment

checkpatch.pl raises the following issue
  CHECK: spinlock_t definition without comment

Add the missing comment.
Signed-off-by: default avatarHerve Codina <herve.codina@bootlin.com>
Reviewed-by: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20240808071132.149251-7-herve.codina@bootlin.comSigned-off-by: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
parent bfd4f092
...@@ -128,7 +128,7 @@ struct tsa { ...@@ -128,7 +128,7 @@ struct tsa {
void __iomem *si_regs; void __iomem *si_regs;
void __iomem *si_ram; void __iomem *si_ram;
resource_size_t si_ram_sz; resource_size_t si_ram_sz;
spinlock_t lock; spinlock_t lock; /* Lock for read/modify/write sequence */
int tdms; /* TSA_TDMx ORed */ int tdms; /* TSA_TDMx ORed */
struct tsa_tdm tdm[2]; /* TDMa and TDMb */ struct tsa_tdm tdm[2]; /* TDMa and TDMb */
struct tsa_serial { struct tsa_serial {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment