linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: kthread: Fix WQ_SYSFS workqueues path name
@ 2020-02-25 12:40 Zenghui Yu
  2020-03-02 20:05 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Zenghui Yu @ 2020-02-25 12:40 UTC (permalink / raw)
  To: corbet, linux-doc
  Cc: paulmck, tj, jiangshanlai, wanghaibin.wang, linux-kernel, Zenghui Yu

The set of WQ_SYSFS workqueues should be displayed using
"ls /sys/devices/virtual/workqueue", add the missing '/'.

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
---
 Documentation/admin-guide/kernel-per-CPU-kthreads.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/kernel-per-CPU-kthreads.rst b/Documentation/admin-guide/kernel-per-CPU-kthreads.rst
index baeeba8762ae..21818aca4708 100644
--- a/Documentation/admin-guide/kernel-per-CPU-kthreads.rst
+++ b/Documentation/admin-guide/kernel-per-CPU-kthreads.rst
@@ -234,7 +234,7 @@ To reduce its OS jitter, do any of the following:
 	Such a workqueue can be confined to a given subset of the
 	CPUs using the ``/sys/devices/virtual/workqueue/*/cpumask`` sysfs
 	files.	The set of WQ_SYSFS workqueues can be displayed using
-	"ls sys/devices/virtual/workqueue".  That said, the workqueues
+	"ls /sys/devices/virtual/workqueue".  That said, the workqueues
 	maintainer would like to caution people against indiscriminately
 	sprinkling WQ_SYSFS across all the workqueues.	The reason for
 	caution is that it is easy to add WQ_SYSFS, but because sysfs is
-- 
2.19.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: kthread: Fix WQ_SYSFS workqueues path name
  2020-02-25 12:40 [PATCH] Documentation: kthread: Fix WQ_SYSFS workqueues path name Zenghui Yu
@ 2020-03-02 20:05 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-03-02 20:05 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: linux-doc, paulmck, tj, jiangshanlai, wanghaibin.wang, linux-kernel

On Tue, 25 Feb 2020 20:40:52 +0800
Zenghui Yu <yuzenghui@huawei.com> wrote:

> The set of WQ_SYSFS workqueues should be displayed using
> "ls /sys/devices/virtual/workqueue", add the missing '/'.
> 
> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> ---
>  Documentation/admin-guide/kernel-per-CPU-kthreads.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/kernel-per-CPU-kthreads.rst b/Documentation/admin-guide/kernel-per-CPU-kthreads.rst
> index baeeba8762ae..21818aca4708 100644
> --- a/Documentation/admin-guide/kernel-per-CPU-kthreads.rst
> +++ b/Documentation/admin-guide/kernel-per-CPU-kthreads.rst
> @@ -234,7 +234,7 @@ To reduce its OS jitter, do any of the following:
>  	Such a workqueue can be confined to a given subset of the
>  	CPUs using the ``/sys/devices/virtual/workqueue/*/cpumask`` sysfs
>  	files.	The set of WQ_SYSFS workqueues can be displayed using
> -	"ls sys/devices/virtual/workqueue".  That said, the workqueues
> +	"ls /sys/devices/virtual/workqueue".  That said, the workqueues
>  	maintainer would like to caution people against indiscriminately
>  	sprinkling WQ_SYSFS across all the workqueues.	The reason for
>  	caution is that it is easy to add WQ_SYSFS, but because sysfs is

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-02 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 12:40 [PATCH] Documentation: kthread: Fix WQ_SYSFS workqueues path name Zenghui Yu
2020-03-02 20:05 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).