projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7655e32
)
ASoC: fsl: fsl_ssi: fix kernel-doc warning
author
Pierre-Louis Bossart
<pierre-louis.bossart@linux.intel.com>
Tue, 2 Mar 2021 20:59:23 +0000
(14:59 -0600)
committer
Mark Brown
<broonie@kernel.org>
Wed, 10 Mar 2021 13:10:42 +0000
(13:10 +0000)
make W=1 warning:
sound/soc/fsl/fsl_ssi.c:371: warning: expecting prototype for
fsl_ssi_irq(). Prototype was for fsl_ssi_isr() instead
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link:
https://lore.kernel.org/r/20210302205926.49063-7-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_ssi.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl_ssi.c
b/sound/soc/fsl/fsl_ssi.c
index 4e2ce47a7c6e7d2e73a2942d849562720a5c317a..2b57b60431bb19bd7d1040b24b0a947c70af8fb4 100644
(file)
--- a/
sound/soc/fsl/fsl_ssi.c
+++ b/
sound/soc/fsl/fsl_ssi.c
@@
-363,7
+363,7
@@
static bool fsl_ssi_is_i2s_cbm_cfs(struct fsl_ssi *ssi)
}
/**
- * fsl_ssi_i
rq
- Interrupt handler to gather states
+ * fsl_ssi_i
sr
- Interrupt handler to gather states
* @irq: irq number
* @dev_id: context
*/