VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-08-27 07:51:44 +0200 committer: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-10-15 07:49:47 +0200 commit: 5b874af627004ac3660c96cb1bcfaefb7c9e7130 parent: 209b44c804c0b99a7697950e2596b58cd838358d
Commit Summary:
block: bio: fix a warning at the kernel-doc markups
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/block/bio.c b/block/bio.c
index 640d0fb74a8b..0a2ee0948a01 100644
--- a/block/bio.c
+++ b/block/bio.c
@@ -327,7 +327,7 @@ static void bio_chain_endio(struct bio *bio)
 /**
  * bio_chain - chain bio completions
  * @bio: the target bio
- * @parent: the @bio's parent bio
+ * @parent: the parent bio of @bio
  *
  * The caller won't have a bi_end_io called when @bio completes - instead,
  * @parent's bi_end_io won't be called until both @parent and @bio have