[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240501133240.6003-1-utripathi2002@gmail.com>
Date: Wed, 1 May 2024 19:02:40 +0530
From: Utkarsh Tripathi <utripathi2002@...il.com>
To: tj@...nel.org,
jiangshanlai@...il.com,
skhan@...uxfoundation.org
Cc: Utkarsh Tripathi <utripathi2002@...il.com>,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] Sphinx error fixed for inline literal end-string in include/linux/workqueue.h
Fixed Error in Workqueue Documentation in the kernel-doc comment
for alloc_workqueue function in include/linux/workqueue.h,
the error was "Inline literal start-string without end-string"
which was fixed by removing the inline literal.
Kernel Version - 6.9.0-rc5
Signed-off-by: Utkarsh Tripathi <utripathi2002@...il.com>
---
include/linux/workqueue.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index 158784dd189a..b4aebd981a23 100644
--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -490,7 +490,7 @@ void workqueue_softirq_dead(unsigned int cpu);
* min_active which is set to min(@max_active, %WQ_DFL_MIN_ACTIVE). This means
* that the sum of per-node max_active's may be larger than @max_active.
*
- * For detailed information on %WQ_* flags, please refer to
+ * For detailed information on WQ_* flags, please refer to
* Documentation/core-api/workqueue.rst.
*
* RETURNS:
--
2.34.1
Powered by blists - more mailing lists