From b52f4ddf6f9709ac7545db282dcf27477f494342 Mon Sep 17 00:00:00 2001 From: manu Date: Wed, 27 Dec 2017 15:39:31 +0000 Subject: [PATCH] ctl: Correct comment in ctl_worker_thread The incoming queue is handled before the RtR one. No functional change. MFC after: 3 days --- sys/cam/ctl/ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/ctl/ctl.c b/sys/cam/ctl/ctl.c index 87881ff85535..1e1343d4c0ae 100644 --- a/sys/cam/ctl/ctl.c +++ b/sys/cam/ctl/ctl.c @@ -13352,8 +13352,8 @@ ctl_work_thread(void *arg) * We handle the queues in this order: * - ISC * - done queue (to free up resources, unblock other commands) - * - RtR queue * - incoming queue + * - RtR queue * * If those queues are empty, we break out of the loop and * go to sleep.