From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Delvare Subject: Re: [PATCH 3/6]: i2c-pcf: Fix typo in debugging log message. Date: Wed, 15 Oct 2008 13:38:04 +0200 Message-ID: <20081015133804.3d5aeb12@hyperion.delvare> References: <20080821.024325.109887684.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080821.024325.109887684.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: i2c-bounces-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org Errors-To: i2c-bounces-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org To: David Miller Cc: i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org List-Id: linux-i2c@vger.kernel.org On Thu, 21 Aug 2008 02:43:25 -0700 (PDT), David Miller wrote: > > i2c-pcf: Fix typo in debugging log message. > > deteted --> detected > > Signed-off-by: David S. Miller > > diff --git a/drivers/i2c/algos/i2c-algo-pcf.c b/drivers/i2c/algos/i2c-algo-pcf.c > index b57bc9a..c171ee6 100644 > --- a/drivers/i2c/algos/i2c-algo-pcf.c > +++ b/drivers/i2c/algos/i2c-algo-pcf.c > @@ -208,7 +208,7 @@ static int pcf_init_8584 (struct i2c_algo_pcf_data *adap) > return -ENXIO; > } > > - printk(KERN_DEBUG "i2c-algo-pcf.o: deteted and initialized PCF8584.\n"); > + printk(KERN_DEBUG "i2c-algo-pcf.o: detected and initialized PCF8584.\n"); > > return 0; > } Applied, thanks. -- Jean Delvare _______________________________________________ i2c mailing list i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org http://lists.lm-sensors.org/mailman/listinfo/i2c