diff options
author | Martin Roth <martin.roth@se-eng.com> | 2015-01-04 16:47:39 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-01-06 06:33:25 +0100 |
commit | 5f066b29ce993c0fd67fc8b6ab156a0a0fa02c6c (patch) | |
tree | c5381d22bf4c0f3da053101bbaade1b6f5610f55 /src/soc/samsung | |
parent | d63dbe8ef9455c546571585f9dbfa82243fb81f0 (diff) |
doxygen fixes: change @var to @param var
These files were trying to document the parameters, but didn't have
the syntax quite right. Change the comments from @varname to
@param varname as required by doxygen.
Change-Id: I63662094d3f1686e3e35b61925b580eb06e72e28
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/8100
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/soc/samsung')
-rw-r--r-- | src/soc/samsung/exynos5250/fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5250/fb.c b/src/soc/samsung/exynos5250/fb.c index 080be49250..e0355fc715 100644 --- a/src/soc/samsung/exynos5250/fb.c +++ b/src/soc/samsung/exynos5250/fb.c @@ -114,7 +114,7 @@ static void fimd_bypass(void) * Initialize display controller. * * @param lcdbase pointer to the base address of framebuffer. - * @pd pointer to the main panel_data structure + * @param pd pointer to the main panel_data structure */ void fb_init(unsigned long int fb_size, void *lcdbase, struct exynos5_fimd_panel *pd) |