From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Date: Sun, 21 Jul 2019 17:12:24 +0000 Subject: Re: [PATCH] iio: light: apds9960: Fix a typo Message-Id: <20190721181224.4ba408d0@archlinux> List-Id: References: <20190721104918.30253-1-christophe.jaillet@wanadoo.fr> In-Reply-To: <20190721104918.30253-1-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christophe JAILLET Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, broonie@kernel.org, dpfrey@gmail.com, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org On Sun, 21 Jul 2019 12:49:18 +0200 Christophe JAILLET wrote: > s/ADPS9960/APDS9960/ > (P and D switched) > > Signed-off-by: Christophe JAILLET Applied. Thanks Jonathan > --- > drivers/iio/light/apds9960.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/light/apds9960.c b/drivers/iio/light/apds9960.c > index b09b8b60bd83..c5dfb9a6b5a1 100644 > --- a/drivers/iio/light/apds9960.c > +++ b/drivers/iio/light/apds9960.c > @@ -1135,5 +1135,5 @@ static struct i2c_driver apds9960_driver = { > module_i2c_driver(apds9960_driver); > > MODULE_AUTHOR("Matt Ranostay "); > -MODULE_DESCRIPTION("ADPS9960 Gesture/RGB/ALS/Proximity sensor"); > +MODULE_DESCRIPTION("APDS9960 Gesture/RGB/ALS/Proximity sensor"); > MODULE_LICENSE("GPL");