From: Geert Uytterhoeven Date: Tue, 7 Apr 2020 03:10:09 +0000 (-0700) Subject: lib/scatterlist: fix sg_copy_buffer() kerneldoc X-Git-Tag: v5.7-rc1~58^2~43 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6e85318521c001b6af82830774a8a7d05eec6adf;p=users%2Fwilly%2Flinux.git 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: Geert Uytterhoeven Signed-off-by: Andrew Morton Cc: Akinobu Mita --- diff --git a/lib/scatterlist.c b/lib/scatterlist.c index 5813072bc589..5d63a8857f36 100644 --- a/lib/scatterlist.c +++ b/lib/scatterlist.c @@ -832,7 +832,7 @@ EXPORT_SYMBOL(sg_miter_stop); * @buflen: The number of bytes to copy * @skip: Number of bytes to skip before copying * @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. *