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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 12 Jul 2022 17:33:45 +0700
From:   Bagas Sanjaya <bagasdotme@...il.com>
To:     Giovanni Cabiddu <giovanni.cabiddu@...el.com>, lkp@...el.com,
        Vlad Dronov <vdronov@...hat.com>,
        Herbert Xu <herbert@...dor.apana.org.au>
Cc:     kbuild-all@...ts.01.org,
        GNU/Weeb Mailing List <gwml@...r.gnuweeb.org>,
        LKML <linux-kernel@...r.kernel.org>,
        Tomasz Kowallik <tomaszx.kowalik@...el.com>,
        Adam Guerin <adam.guerin@...el.com>,
        Fiona Trahe <fiona.trahe@...el.com>,
        Wojciech Ziemba <wojciech.ziemba@...el.com>,
        linux-doc@...r.kernel.org, linux-crypto@...r.kernel.org
Subject: Re: [PATCH RESEND] crypto: qat - fix indentation in ABI documentation

On 7/12/22 01:01, Giovanni Cabiddu wrote:
> @@ -47,14 +43,14 @@ Description:	Reports the current configuration of the QAT device and allows
>  		The following example shows how to change the configuration of
>  		a device configured for running crypto services in order to
>  		run data compression:
> -			# cat /sys/bus/pci/devices/<BDF>/qat/state
> -			up
> -			# cat /sys/bus/pci/devices/<BDF>/qat/cfg_services
> -			sym;asym
> -			# echo down > /sys/bus/pci/devices/<BDF>/qat/state
> -			# echo dc > /sys/bus/pci/devices/<BDF>/qat/cfg_services
> -			# echo up > /sys/bus/pci/devices/<BDF>/qat/state
> -			# cat /sys/bus/pci/devices/<BDF>/qat/cfg_services
> -			dc
> +		# cat /sys/bus/pci/devices/<BDF>/qat/state
> +		up
> +		# cat /sys/bus/pci/devices/<BDF>/qat/cfg_services
> +		sym;asym
> +		# echo down > /sys/bus/pci/devices/<BDF>/qat/state
> +		# echo dc > /sys/bus/pci/devices/<BDF>/qat/cfg_services
> +		# echo up > /sys/bus/pci/devices/<BDF>/qat/state
> +		# cat /sys/bus/pci/devices/<BDF>/qat/cfg_services
> +		dc
>  
>  		This attribute is only available for qat_4xxx devices.

Hi,

I think the culprit is just missing code block marker, which is added
above. Thanks.

-- 
An old man doll... just what I always wanted! - Clara

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ