[PATCH 16/32] doc: fix wrongly named parameter
Robert Schwebel
r.schwebel at pengutronix.de
Fri Oct 22 12:45:08 EDT 2010
Silence this warning:
lib/parameter.c:85: Warning: argument `value' of command @param is not found in the argument list of dev_set_param(struct device_d *dev, const char *name, const char *val)
lib/parameter.c:85: Warning: The following parameters of dev_set_param(struct device_d *dev, const char *name, const char *val) are not documented:
parameter val
Signed-off-by: Robert Schwebel <r.schwebel at pengutronix.de>
---
lib/parameter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/parameter.c b/lib/parameter.c
index 0aa4193..379a057 100644
--- a/lib/parameter.c
+++ b/lib/parameter.c
@@ -86,7 +86,7 @@ int dev_set_param_ip(struct device_d *dev, char *name, IPaddr_t ip)
* dev_set_param - set a parameter of a device to a new value
* @param dev The device
* @param name The name of the parameter
- * @param value The new value of the parameter
+ * @param val The new value of the parameter
*/
int dev_set_param(struct device_d *dev, const char *name, const char *val)
{
--
1.7.2.3
More information about the barebox
mailing list