|
@@ -349,6 +349,7 @@ EXPORT_SYMBOL(__kfifo_from_user_n);
|
|
* @fifo: the fifo to be used.
|
|
* @fifo: the fifo to be used.
|
|
* @from: pointer to the data to be added.
|
|
* @from: pointer to the data to be added.
|
|
* @len: the length of the data to be added.
|
|
* @len: the length of the data to be added.
|
|
|
|
+ * @total: the actual returned data length.
|
|
*
|
|
*
|
|
* This function copies at most @len bytes from the @from into the
|
|
* This function copies at most @len bytes from the @from into the
|
|
* FIFO depending and returns -EFAULT/0.
|
|
* FIFO depending and returns -EFAULT/0.
|
|
@@ -399,7 +400,7 @@ EXPORT_SYMBOL(__kfifo_to_user_n);
|
|
* @fifo: the fifo to be used.
|
|
* @fifo: the fifo to be used.
|
|
* @to: where the data must be copied.
|
|
* @to: where the data must be copied.
|
|
* @len: the size of the destination buffer.
|
|
* @len: the size of the destination buffer.
|
|
- @ @lenout: pointer to output variable with copied data
|
|
|
|
|
|
+ * @lenout: pointer to output variable with copied data
|
|
*
|
|
*
|
|
* This function copies at most @len bytes from the FIFO into the
|
|
* This function copies at most @len bytes from the FIFO into the
|
|
* @to buffer and 0 or -EFAULT.
|
|
* @to buffer and 0 or -EFAULT.
|