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: <20140715154133.GE26465@leverpostej>
Date:	Tue, 15 Jul 2014 16:41:34 +0100
From:	Mark Rutland <mark.rutland@....com>
To:	Randy Dunlap <rdunlap@...radead.org>
Cc:	Samarth Parikh <samarthp@...il.com>,
	"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Rob Herring <robh+dt@...nel.org>,
	Pawel Moll <Pawel.Moll@....com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>
Subject: Re: [PATCH] Documentation: added missing semicolon in at25 dts
 example

On Tue, Jul 15, 2014 at 04:36:47PM +0100, Randy Dunlap wrote:
> [adding dt bindings people + list]
> 
> On 07/15/14 06:20, Samarth Parikh wrote:
> > Added a missing semicolon ";" in device tree structure
> > example of "EEPROMs (SPI) compatible with Atmel at25" in
> > documentation of device tree bindings.
> > 
> > Signed-off-by: Samarth Parikh <samarthp@...il.com>

This looks trivial and correct.

Acked-by: Mark Rutland <mark.rutland@....com>

Thanks,
Mark.

> > ---
> >  Documentation/devicetree/bindings/misc/at25.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/misc/at25.txt b/Documentation/devicetree/bindings/misc/at25.txt
> > index 1d34471..cf830bd 100644
> > --- a/Documentation/devicetree/bindings/misc/at25.txt
> > +++ b/Documentation/devicetree/bindings/misc/at25.txt
> > @@ -24,7 +24,7 @@ Additional compatible properties are also allowed.
> >  Example:
> >  	at25@0 {
> >  		compatible = "atmel,at25", "st,m95256";
> > -		reg = <0>
> > +		reg = <0>;
> >  		spi-max-frequency = <5000000>;
> >  		spi-cpha;
> >  		spi-cpol;
> > 
> 
> 
> -- 
> ~Randy
> 
--
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