lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8cdf035e-de79-8f01-0bd3-68cf1e6e681d@intel.com>
Date:   Tue, 12 Sep 2023 08:43:10 -0700
From:   Dave Jiang <dave.jiang@...el.com>
To:     Jingyu Wang <jingyuwang_vip@....com>, <vkoul@...nel.org>,
        <corbet@....net>
CC:     <dmaengine@...r.kernel.org>, <linux-doc@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] Documentation: driver-api: fix ls -1 spelling



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@....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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ