diff options
-rw-r--r-- | lib/scatterlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scatterlist.c b/lib/scatterlist.c index 99fbc2f238c4..965c36e7a5a4 100644 --- a/lib/scatterlist.c +++ b/lib/scatterlist.c | |||
@@ -729,8 +729,8 @@ EXPORT_SYMBOL(sg_copy_to_buffer); | |||
729 | * @sgl: The SG list | 729 | * @sgl: The SG list |
730 | * @nents: Number of SG entries | 730 | * @nents: Number of SG entries |
731 | * @buf: Where to copy from | 731 | * @buf: Where to copy from |
732 | * @skip: Number of bytes to skip before copying | ||
733 | * @buflen: The number of bytes to copy | 732 | * @buflen: The number of bytes to copy |
733 | * @skip: Number of bytes to skip before copying | ||
734 | * | 734 | * |
735 | * Returns the number of copied bytes. | 735 | * Returns the number of copied bytes. |
736 | * | 736 | * |
@@ -747,8 +747,8 @@ EXPORT_SYMBOL(sg_pcopy_from_buffer); | |||
747 | * @sgl: The SG list | 747 | * @sgl: The SG list |
748 | * @nents: Number of SG entries | 748 | * @nents: Number of SG entries |
749 | * @buf: Where to copy to | 749 | * @buf: Where to copy to |
750 | * @skip: Number of bytes to skip before copying | ||
751 | * @buflen: The number of bytes to copy | 750 | * @buflen: The number of bytes to copy |
751 | * @skip: Number of bytes to skip before copying | ||
752 | * | 752 | * |
753 | * Returns the number of copied bytes. | 753 | * Returns the number of copied bytes. |
754 | * | 754 | * |