From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailhost.informatik.uni-hamburg.de ([134.100.9.70]:51119 "EHLO mailhost.informatik.uni-hamburg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752885AbaBPSyQ (ORCPT ); Sun, 16 Feb 2014 13:54:16 -0500 Message-ID: <530109F8.2060402@metafoo.de> Date: Sun, 16 Feb 2014 19:56:56 +0100 From: Lars-Peter Clausen MIME-Version: 1.0 To: Hartmut Knaack CC: linux-iio@vger.kernel.org Subject: Re: [PATCH]staging:iio:ad799x fix typo in copyright message References: <5300A79B.6060209@gmx.de> In-Reply-To: <5300A79B.6060209@gmx.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 02/16/2014 12:57 PM, Hartmut Knaack wrote: > Fix a typo in the copyright message. > > Signed-off-by: Hartmut Knaack Acked-by: Lars-Peter Clausen > --- > diff --git a/drivers/staging/iio/adc/ad799x_core.c b/drivers/staging/iio/adc/ad799x_core.c > index 13a944f..570c594 100644 > --- a/drivers/staging/iio/adc/ad799x_core.c > +++ b/drivers/staging/iio/adc/ad799x_core.c > @@ -1,6 +1,6 @@ > /* > * iio/adc/ad799x.c > - * Copyright (C) 2010-1011 Michael Hennerich, Analog Devices Inc. > + * Copyright (C) 2010-2011 Michael Hennerich, Analog Devices Inc. > * > * based on iio/adc/max1363 > * Copyright (C) 2008-2010 Jonathan Cameron > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >