docs: bio: fix a kerneldoc markup
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 9 Sep 2020 09:44:33 +0000 (11:44 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 15 Oct 2020 05:49:48 +0000 (07:49 +0200)
commit5cd3ddc186bbba1de57cd0bf55b67e13f961685b
treeee53c5682e730cc4971bca43539d19ae221c7288
parent38d9b909f90e715c4b5d572e4e9c914a10931094
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>
block/bio.c