From b52732ead1719e31a5cb7fefe6238e4527d77c89 Mon Sep 17 00:00:00 2001 From: Andrei-Liviu Simion Date: Wed, 7 Jan 2015 13:03:20 -0800 Subject: [PATCH] dptx: Added parameter comment to XDptx_SetVswingPreemp function header. Signed-off-by: Andrei-Liviu Simion --- XilinxProcessorIPLib/drivers/dptx/src/xdptx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/XilinxProcessorIPLib/drivers/dptx/src/xdptx.c b/XilinxProcessorIPLib/drivers/dptx/src/xdptx.c index 66244f38..83ebfa3f 100644 --- a/XilinxProcessorIPLib/drivers/dptx/src/xdptx.c +++ b/XilinxProcessorIPLib/drivers/dptx/src/xdptx.c @@ -2001,6 +2001,8 @@ static u32 XDptx_CheckChannelEqualization(XDptx *InstancePtr, u8 LaneCount) * the LinkConfig structure to hardware. * * @param InstancePtr is a pointer to the XDptx instance. + * @param AuxData is a pointer to the array used for preparing a burst + * write over the AUX channel. * * @return * - XST_SUCCESS if writing the settings was successful.