From 32bc6b6b8425e800d18f4fb8a34aa5badb1cd329 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 4 Jan 2015 16:54:35 -0700 Subject: doxygen fixes: fix parameter names to match the functions The doxygen parameter names in the comments no longer matched the functions they were attached to. Doxygen complains about extra parameter comments and uncommented parameters in the functions. Change-Id: I21b8a951f8d8d04b07c3779000eeaf1e69fed463 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/8101 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/cpu/allwinner/a10/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/allwinner') diff --git a/src/cpu/allwinner/a10/gpio.c b/src/cpu/allwinner/a10/gpio.c index 295cdf2054..5fca2d7c80 100644 --- a/src/cpu/allwinner/a10/gpio.c +++ b/src/cpu/allwinner/a10/gpio.c @@ -68,7 +68,7 @@ int gpio_get(u8 port, u8 pin) * configured as output pins. * * @param[in] port GPIO port of the pin (GPA -> GPS) - * @param[in] value 32-bit mask indicating which pins to set. For a set bit, the + * @param[in] val 32-bit mask indicating which pins to set. For a set bit, the * corresponding pin will be set. Otherwise, it will be cleared */ void gpio_write(u8 port, u32 val) -- cgit v1.2.3