提交 6e853185 编写于 作者: G Geert Uytterhoeven 提交者: Linus Torvalds

lib/scatterlist: fix sg_copy_buffer() kerneldoc

Add the missing closing parenthesis to the description for the to_buffer
parameter of sg_copy_buffer().
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Cc: Akinobu Mita <akinobu.mita@gmail.com
Link: http://lkml.kernel.org/r/20200212084241.8778-1-geert+renesas@glider.beSigned-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 51022f87
...@@ -832,7 +832,7 @@ EXPORT_SYMBOL(sg_miter_stop); ...@@ -832,7 +832,7 @@ EXPORT_SYMBOL(sg_miter_stop);
* @buflen: The number of bytes to copy * @buflen: The number of bytes to copy
* @skip: Number of bytes to skip before copying * @skip: Number of bytes to skip before copying
* @to_buffer: transfer direction (true == from an sg list to a * @to_buffer: transfer direction (true == from an sg list to a
* buffer, false == from a buffer to an sg list * buffer, false == from a buffer to an sg list)
* *
* Returns the number of copied bytes. * Returns the number of copied bytes.
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册