Commit df7f5447 authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman

mei: bus: fix c&p issue in the kdoc

s/send/receive/
The buffer in the receive function is
not used for sending
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 99c2658f
...@@ -91,7 +91,7 @@ ssize_t __mei_cl_send(struct mei_cl *cl, u8 *buf, size_t length, ...@@ -91,7 +91,7 @@ ssize_t __mei_cl_send(struct mei_cl *cl, u8 *buf, size_t length,
* __mei_cl_recv - internal client receive (read) * __mei_cl_recv - internal client receive (read)
* *
* @cl: host client * @cl: host client
* @buf: buffer to send * @buf: buffer to receive
* @length: buffer length * @length: buffer length
* *
* Return: read size in bytes of < 0 on error * Return: read size in bytes of < 0 on error
...@@ -188,7 +188,7 @@ EXPORT_SYMBOL_GPL(mei_cldev_send); ...@@ -188,7 +188,7 @@ EXPORT_SYMBOL_GPL(mei_cldev_send);
* mei_cldev_recv - client receive (read) * mei_cldev_recv - client receive (read)
* *
* @cldev: me client device * @cldev: me client device
* @buf: buffer to send * @buf: buffer to receive
* @length: buffer length * @length: buffer length
* *
* Return: read size in bytes of < 0 on error * Return: read size in bytes of < 0 on error
......
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