dptx: Added parameter comment to XDptx_SetVswingPreemp function header.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-07 13:03:20 -08:00 committed by Nava kishore Manne
parent 375c80052a
commit 4c0b1bdaee

View file

@ -2001,6 +2001,8 @@ static u32 XDptx_CheckChannelEqualization(XDptx *InstancePtr, u8 LaneCount)
* the LinkConfig structure to hardware. * the LinkConfig structure to hardware.
* *
* @param InstancePtr is a pointer to the XDptx instance. * @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 * @return
* - XST_SUCCESS if writing the settings was successful. * - XST_SUCCESS if writing the settings was successful.