Commit 4ba6a2b2 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds

scatterlist: fix a typo in comment block of sg_miter_stop()

Fix the doubled "started" and tidy up the following sentences.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 388f7b1d
...@@ -598,9 +598,9 @@ EXPORT_SYMBOL(sg_miter_next); ...@@ -598,9 +598,9 @@ EXPORT_SYMBOL(sg_miter_next);
* *
* Description: * Description:
* Stops mapping iterator @miter. @miter should have been started * Stops mapping iterator @miter. @miter should have been started
* started using sg_miter_start(). A stopped iteration can be * using sg_miter_start(). A stopped iteration can be resumed by
* resumed by calling sg_miter_next() on it. This is useful when * calling sg_miter_next() on it. This is useful when resources (kmap)
* resources (kmap) need to be released during iteration. * need to be released during iteration.
* *
* Context: * Context:
* Preemption disabled if the SG_MITER_ATOMIC is set. Don't care * Preemption disabled if the SG_MITER_ATOMIC is set. Don't care
......
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