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]
Date:	Thu, 25 Oct 2012 22:27:51 -0500
From:	Rob Herring <robherring2@...il.com>
To:	Josh Cartwright <josh.cartwright@...com>
CC:	Grant Likely <grant.likely@...retlab.ca>,
	Rob Landley <rob@...dley.net>,
	devicetree-discuss@...ts.ozlabs.org, linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm: l2cc: doc: fix device tree example typo

On 10/23/2012 07:53 PM, Josh Cartwright wrote:
> The list of attributes above details the use of the 'filter-ranges'
> property, but the example improperly used 'filter-latency'.  Make these
> consistent by fixing up the example.
> 
> Signed-off-by: Josh Cartwright <josh.cartwright@...com>

Applied for 3.8 (unless I get more to send for 3.7).

Rob

> ---
>  Documentation/devicetree/bindings/arm/l2cc.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/l2cc.txt b/Documentation/devicetree/bindings/arm/l2cc.txt
> index 7ca5216..7c3ee3a 100644
> --- a/Documentation/devicetree/bindings/arm/l2cc.txt
> +++ b/Documentation/devicetree/bindings/arm/l2cc.txt
> @@ -37,7 +37,7 @@ L2: cache-controller {
>          reg = <0xfff12000 0x1000>;
>          arm,data-latency = <1 1 1>;
>          arm,tag-latency = <2 2 2>;
> -        arm,filter-latency = <0x80000000 0x8000000>;
> +        arm,filter-ranges = <0x80000000 0x8000000>;
>          cache-unified;
>          cache-level = <2>;
>  	interrupts = <45>;
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ