[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240930112121.95324-36-Julia.Lawall@inria.fr>
Date: Mon, 30 Sep 2024 13:21:21 +0200
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: Ian Abbott <abbotti@....co.uk>
Cc: kernel-janitors@...r.kernel.org,
H Hartley Sweeten <hsweeten@...ionengravers.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 35/35] comedi: comedi_8254: Reorganize kerneldoc parameter names
Reorganize kerneldoc parameter names to match the parameter
order in the function header.
Problems identified using Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
---
drivers/comedi/drivers/comedi_8254.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/comedi/drivers/comedi_8254.c b/drivers/comedi/drivers/comedi_8254.c
index 6beca2a6d66e..c62122b536bb 100644
--- a/drivers/comedi/drivers/comedi_8254.c
+++ b/drivers/comedi/drivers/comedi_8254.c
@@ -317,8 +317,8 @@ EXPORT_SYMBOL_GPL(comedi_8254_set_mode);
* comedi_8254_load - program the mode and initial count of a counter
* @i8254: comedi_8254 struct for the timer
* @counter: the counter number
- * @mode: the I8254_MODEx and I8254_BCD|I8254_BINARY
* @val: the initial value
+ * @mode: the I8254_MODEx and I8254_BCD|I8254_BINARY
*/
int comedi_8254_load(struct comedi_8254 *i8254, unsigned int counter,
unsigned int val, unsigned int mode)
Powered by blists - more mailing lists