From: Mark Rutland <mark.rutland@arm.com>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: Samarth Parikh <samarthp@ymail.com>,
"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <Pawel.Moll@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH] Documentation: added missing semicolon in at25 dts example
Date: Tue, 15 Jul 2014 16:41:34 +0100 [thread overview]
Message-ID: <20140715154133.GE26465@leverpostej> (raw)
In-Reply-To: <53C54A8F.8080909@infradead.org>
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@ymail.com>
This looks trivial and correct.
Acked-by: Mark Rutland <mark.rutland@arm.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
>
prev parent reply other threads:[~2014-07-15 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 13:20 [PATCH] Documentation: added missing semicolon in at25 dts example Samarth Parikh
2014-07-15 15:36 ` Randy Dunlap
2014-07-15 15:41 ` Mark Rutland [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140715154133.GE26465@leverpostej \
--to=mark.rutland@arm.com \
--cc=Pawel.Moll@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@infradead.org \
--cc=robh+dt@kernel.org \
--cc=samarthp@ymail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.