Commit 4992d46a authored by Michael Still's avatar Michael Still Committed by Greg Kroah-Hartman

[PATCH] USB: kernel-doc comment tweak

Correct kernel-doc comment with incorrect parameters documented
parent 08e60f3a
...@@ -274,7 +274,7 @@ static int TIPurgeDataSync (struct usb_serial_port *port, __u16 mask) ...@@ -274,7 +274,7 @@ static int TIPurgeDataSync (struct usb_serial_port *port, __u16 mask)
/** /**
* TIReadDownloadMemory - Read edgeport memory from TI chip * TIReadDownloadMemory - Read edgeport memory from TI chip
* @dev: usb device pointer * @dev: usb device pointer
* @address: Device CPU address at which to read * @start_address: Device CPU address at which to read
* @length: Length of above data * @length: Length of above data
* @address_type: Can read both XDATA and I2C * @address_type: Can read both XDATA and I2C
* @buffer: pointer to input data buffer * @buffer: pointer to input data buffer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment