VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Joseph Qi <joseph.qi@linux.alibaba.com> 2021-02-23 09:55:28 +0800 committer: Jens Axboe <axboe@kernel.dk> 2021-03-02 11:25:38 -0700 commit: 4168a8d27ed3a00f160e7f885c956f060d2a0741 parent: e4ef09e512940846fad77b1934065c166870b85a
Commit Summary:
block/bfq: update comments and default value in docs for fifo_expire
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c
index ec482e6641ff..95586137194e 100644
--- a/block/bfq-iosched.c
+++ b/block/bfq-iosched.c
@@ -162,7 +162,7 @@ BFQ_BFQQ_FNS(split_coop);
 BFQ_BFQQ_FNS(softrt_update);
 #undef BFQ_BFQQ_FNS						\
 
-/* Expiration time of sync (0) and async (1) requests, in ns. */
+/* Expiration time of async (0) and sync (1) requests, in ns. */
 static const u64 bfq_fifo_expire[2] = { NSEC_PER_SEC / 4, NSEC_PER_SEC / 8 };
 
 /* Maximum backwards seek (magic number lifted from CFQ), in KiB. */