projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfd4f09
)
soc: fsl: cpm1: tsa: Add missing spinlock comment
author
Herve Codina
<herve.codina@bootlin.com>
Thu, 8 Aug 2024 07:10:59 +0000
(09:10 +0200)
committer
Christophe Leroy
<christophe.leroy@csgroup.eu>
Tue, 3 Sep 2024 05:49:18 +0000
(07:49 +0200)
checkpatch.pl raises the following issue
CHECK: spinlock_t definition without comment
Add the missing comment.
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link:
https://lore.kernel.org/r/20240808071132.149251-7-herve.codina@bootlin.com
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/soc/fsl/qe/tsa.c
patch
|
blob
|
history
diff --git
a/drivers/soc/fsl/qe/tsa.c
b/drivers/soc/fsl/qe/tsa.c
index
7b1032f
..
a9d35b4
100644
(file)
--- a/
drivers/soc/fsl/qe/tsa.c
+++ b/
drivers/soc/fsl/qe/tsa.c
@@
-128,7
+128,7
@@
struct tsa {
void __iomem *si_regs;
void __iomem *si_ram;
resource_size_t si_ram_sz;
- spinlock_t lock;
+ spinlock_t lock;
/* Lock for read/modify/write sequence */
int tdms; /* TSA_TDMx ORed */
struct tsa_tdm tdm[2]; /* TDMa and TDMb */
struct tsa_serial {