From d3a9371163fbb3d727d6457ee9e34a554ad8d1c3 Mon Sep 17 00:00:00 2001 From: Andrei-Liviu Simion Date: Mon, 11 Aug 2014 20:54:06 -0700 Subject: [PATCH] dptx: Fixed a Doxygen parameter comment. Signed-off-by: Andrei-Liviu Simion --- XilinxProcessorIPLib/drivers/dptx/src/xdptx.c | 2 +- XilinxProcessorIPLib/drivers/dptx/src/xdptx_mst.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/dptx/src/xdptx.c b/XilinxProcessorIPLib/drivers/dptx/src/xdptx.c index c8603c4f..0fe4a22c 100644 --- a/XilinxProcessorIPLib/drivers/dptx/src/xdptx.c +++ b/XilinxProcessorIPLib/drivers/dptx/src/xdptx.c @@ -331,7 +331,7 @@ u32 XDptx_GetRxCapabilities(XDptx *InstancePtr) * (EDID). * * @param InstancePtr is a pointer to the XDptx instance. - * @param A pointer to the Edid buffer to save to. + * @param Edid is a pointer to the Edid buffer to save to. * * @return * - XST_SUCCESS if the I2C transactions to read the EDID were diff --git a/XilinxProcessorIPLib/drivers/dptx/src/xdptx_mst.c b/XilinxProcessorIPLib/drivers/dptx/src/xdptx_mst.c index ba6e088d..8b74eeb2 100644 --- a/XilinxProcessorIPLib/drivers/dptx/src/xdptx_mst.c +++ b/XilinxProcessorIPLib/drivers/dptx/src/xdptx_mst.c @@ -1644,7 +1644,7 @@ void XDptx_GetGuid(XDptx *InstancePtr, u8 LinkCountTotal, u8 *RelativeAddress, * DisplayPort source to the target DisplayPort device. * @param RelativeAddress is the relative address from the DisplayPort * source to the target DisplayPort device. - * @param A pointer to the Edid buffer to save to. + * @param Edid is a pointer to the Edid buffer to save to. * * @return * - XST_SUCCESS if the I2C transactions to read the EDID were