* [PATCH] Documentation: driver-api: fix ls -1 spelling
@ 2023-09-12 10:46 Jingyu Wang
2023-09-12 15:43 ` Dave Jiang
0 siblings, 1 reply; 2+ messages in thread
From: Jingyu Wang @ 2023-09-12 10:46 UTC (permalink / raw)
To: vkoul, corbet; +Cc: dmaengine, linux-doc, linux-kernel, Jingyu Wang
ls -1 to ls -l in dmatest documentation
Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
---
Documentation/driver-api/dmaengine/dmatest.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/driver-api/dmaengine/dmatest.rst b/Documentation/driver-api/dmaengine/dmatest.rst
index e2a63cefd783..b1a0e3bc71e7 100644
--- a/Documentation/driver-api/dmaengine/dmatest.rst
+++ b/Documentation/driver-api/dmaengine/dmatest.rst
@@ -77,7 +77,7 @@ Example of multi-channel test usage (new in the 5.0 kernel)::
.. hint::
A list of available channels can be found by running the following command::
- % ls -1 /sys/class/dma/
+ % ls -l /sys/class/dma/
Once started a message like " dmatest: Added 1 threads using dma0chan0" is
emitted. A thread for that specific channel is created and is now pending, the
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: driver-api: fix ls -1 spelling
2023-09-12 10:46 [PATCH] Documentation: driver-api: fix ls -1 spelling Jingyu Wang
@ 2023-09-12 15:43 ` Dave Jiang
0 siblings, 0 replies; 2+ messages in thread
From: Dave Jiang @ 2023-09-12 15:43 UTC (permalink / raw)
To: Jingyu Wang, vkoul, corbet; +Cc: dmaengine, linux-doc, linux-kernel
On 9/12/23 03:46, Jingyu Wang wrote:
> ls -1 to ls -l in dmatest documentation
Why the change? -1 lists all the files w/o the attributes.
>
> Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
> ---
> Documentation/driver-api/dmaengine/dmatest.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/dmaengine/dmatest.rst b/Documentation/driver-api/dmaengine/dmatest.rst
> index e2a63cefd783..b1a0e3bc71e7 100644
> --- a/Documentation/driver-api/dmaengine/dmatest.rst
> +++ b/Documentation/driver-api/dmaengine/dmatest.rst
> @@ -77,7 +77,7 @@ Example of multi-channel test usage (new in the 5.0 kernel)::
> .. hint::
> A list of available channels can be found by running the following command::
>
> - % ls -1 /sys/class/dma/
> + % ls -l /sys/class/dma/
>
> Once started a message like " dmatest: Added 1 threads using dma0chan0" is
> emitted. A thread for that specific channel is created and is now pending, the
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-12 15:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 10:46 [PATCH] Documentation: driver-api: fix ls -1 spelling Jingyu Wang
2023-09-12 15:43 ` Dave Jiang
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).