From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/2] i2c: busses: i2c-ocores: Fix documentation filename Date: Sun, 23 Sep 2012 10:36:46 -0500 Message-ID: <505F2C8E.9080607@gmail.com> References: <20120923133012.GA22830@linux-3ix0.site> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120923133012.GA22830-ks9ITDofB9nuAK1a81qwxQ@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Maxin B. John" Cc: Peter Korsgaard , "Jean Delvare (PC drivers,core)" , "Ben Dooks (embedded platforms)" , "Wolfram Sang (embedded platforms)" , Grant Likely , linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org On 09/23/2012 08:30 AM, Maxin B. John wrote: > Fixes the wrong filename. > > Signed-off-by: Maxin B. John > --- Acked-by: Rob Herring > diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c > index bffd550..e39c122 100644 > --- a/drivers/i2c/busses/i2c-ocores.c > +++ b/drivers/i2c/busses/i2c-ocores.c > @@ -11,7 +11,7 @@ > > /* > * This driver can be used from the device tree, see > - * Documentation/devicetree/bindings/i2c/ocore-i2c.txt > + * Documentation/devicetree/bindings/i2c/i2c-ocores.txt > */ > #include > #include >