diff options
author | Martin Roth <martinroth@google.com> | 2016-07-06 10:17:19 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-12 22:41:02 +0200 |
commit | 4934818118bdf36927bc8e15aa4d609ba2348b25 (patch) | |
tree | 01e83fa3b00126b0e9b4b9574180db4552439325 /src/soc/samsung | |
parent | 5d2c0ef740b3dae5c7794df11fedab615b90febd (diff) |
Documentation: Fix doxygen errors
Change-Id: I195fd3a9c7fc07c35913342d2041e1ffef110466
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/15549
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/samsung')
-rw-r--r-- | src/soc/samsung/exynos5250/fb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/samsung/exynos5250/fb.c b/src/soc/samsung/exynos5250/fb.c index 4091900fbc..96406b5ba9 100644 --- a/src/soc/samsung/exynos5250/fb.c +++ b/src/soc/samsung/exynos5250/fb.c @@ -553,6 +553,7 @@ int dp_controller_init(struct s5p_dp_device *dp_device) /** * Init the LCD controller * + * @param panel_data * @param lcdbase Base address of LCD frame buffer * @return 0 if ok, -ve error code on error */ |