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