From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCH] PCI: xilinx: Trivial fix in DT example Date: Thu, 2 Oct 2014 12:09:31 +0100 Message-ID: <20141002110931.GH5788@leverpostej> References: <4a72f98ee8564b6b040d6301e2719e37ddfea663.1412246470.git.michal.simek@xilinx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4a72f98ee8564b6b040d6301e2719e37ddfea663.1412246470.git.michal.simek@xilinx.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Michal Simek Cc: "linux-kernel@vger.kernel.org" , "monstr@monstr.eu" , Bjorn Helgaas , Rob Herring , Pawel Moll , Ian Campbell , Kumar Gala , Jiri Kosina , Srikanth Thokala , Arnd Bergmann , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Thu, Oct 02, 2014 at 11:41:19AM +0100, Michal Simek wrote: > Good to have it properly describe for c&p cases. Yup. > > Signed-off-by: Michal Simek Acked-by: Mark Rutland Mark. > --- > > Based on linux-next. File should be in pci tree. > --- > Documentation/devicetree/bindings/pci/xilinx-pcie.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pci/xilinx-pcie.txt b/Documentation/devicetree/bindings/pci/xilinx-pcie.txt > index 3e2c88d97ad4..02f979a48aeb 100644 > --- a/Documentation/devicetree/bindings/pci/xilinx-pcie.txt > +++ b/Documentation/devicetree/bindings/pci/xilinx-pcie.txt > @@ -58,5 +58,5 @@ Example: > interrupt-controller; > #address-cells = <0>; > #interrupt-cells = <1>; > - } > + }; > }; > -- > 1.8.2.3 >