aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-09-13 11:03:23 -0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-09-30 15:41:54 -0300
commit48356e0d57783eec766bef60c88553ee53740b3c (patch)
tree53ee44d7e13249d56db9a993f2bd08ff59c6dc4d /drivers/edac
parentEDAC: i7300_edac: rename a kernel-doc var description (diff)
downloadlinux-dev-48356e0d57783eec766bef60c88553ee53740b3c.tar.xz
linux-dev-48356e0d57783eec766bef60c88553ee53740b3c.zip
EDAC: i7300_edac: fix a kernel-doc syntax
The declaration of the kerneldoc entry is wrong, causing this warning: drivers/edac/i7300_edac.c:824: warning: Function parameter or member 'mir_no' not described in 'decode_mir' Acked-by: Borislav Petkov <bp@alien8.de> Acked-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/i7300_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i7300_edac.c b/drivers/edac/i7300_edac.c
index 3d4bd3bf317c..447d357c7a67 100644
--- a/drivers/edac/i7300_edac.c
+++ b/drivers/edac/i7300_edac.c
@@ -817,7 +817,7 @@ static int i7300_init_csrows(struct mem_ctl_info *mci)
/**
* decode_mir() - Decodes Memory Interleave Register (MIR) info
- * @int mir_no: number of the MIR register to decode
+ * @mir_no: number of the MIR register to decode
* @mir: array with the MIR data cached on the driver
*/
static void decode_mir(int mir_no, u16 mir[MAX_MIR])