Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: bio: fix a kerneldoc markup

Fix this warning:

./block/bio.c:1098: WARNING: Inline emphasis start-string without end-string.

The thing is that *iter is not a valid markup.

That seems to be a typo:
*iter -> @iter

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

+1 -1
+1 -1
block/bio.c
··· 1093 1093 * released. 1094 1094 * 1095 1095 * The function tries, but does not guarantee, to pin as many pages as 1096 - * fit into the bio, or are requested in *iter, whatever is smaller. If 1096 + * fit into the bio, or are requested in @iter, whatever is smaller. If 1097 1097 * MM encounters an error pinning the requested pages, it stops. Error 1098 1098 * is returned only if 0 pages could be pinned. 1099 1099 */