diff mbox series

iio: light: isl76682: Space consistency

Message ID 20231205012246.104503-1-marex@denx.de (mailing list archive)
State Accepted
Headers show
Series iio: light: isl76682: Space consistency | expand

Commit Message

Marek Vasut Dec. 5, 2023, 1:22 a.m. UTC
Add missing space between { } to be consistent with the other { } .
No functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Matti Vaittinen <mazziesaccount@gmail.com>
Cc: linux-iio@vger.kernel.org
---
 drivers/iio/light/isl76682.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Matti Vaittinen Dec. 5, 2023, 7:21 a.m. UTC | #1
On 12/5/23 03:22, Marek Vasut wrote:
> Add missing space between { } to be consistent with the other { } .
> No functional change.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>

Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com>

> ---
> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Lars-Peter Clausen <lars@metafoo.de>
> Cc: Matti Vaittinen <mazziesaccount@gmail.com>
> Cc: linux-iio@vger.kernel.org
> ---
>   drivers/iio/light/isl76682.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/light/isl76682.c b/drivers/iio/light/isl76682.c
> index 15a68609985b6..a17970fb3758e 100644
> --- a/drivers/iio/light/isl76682.c
> +++ b/drivers/iio/light/isl76682.c
> @@ -328,7 +328,7 @@ static int isl76682_probe(struct i2c_client *client)
>   
>   static const struct i2c_device_id isl76682_id[] = {
>   	{ "isl76682" },
> -	{}
> +	{ }
>   };
>   MODULE_DEVICE_TABLE(i2c, isl76682_id);
>
Jonathan Cameron Dec. 6, 2023, 5:21 p.m. UTC | #2
On Tue, 5 Dec 2023 09:21:02 +0200
Matti Vaittinen <mazziesaccount@gmail.com> wrote:

> On 12/5/23 03:22, Marek Vasut wrote:
> > Add missing space between { } to be consistent with the other { } .
> > No functional change.
> > 
> > Signed-off-by: Marek Vasut <marex@denx.de>  
> 
> Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com>
> 
I squashed this into the driver patch.

Thanks,

Jonathan

> > ---
> > Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > Cc: Jonathan Cameron <jic23@kernel.org>
> > Cc: Lars-Peter Clausen <lars@metafoo.de>
> > Cc: Matti Vaittinen <mazziesaccount@gmail.com>
> > Cc: linux-iio@vger.kernel.org
> > ---
> >   drivers/iio/light/isl76682.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/iio/light/isl76682.c b/drivers/iio/light/isl76682.c
> > index 15a68609985b6..a17970fb3758e 100644
> > --- a/drivers/iio/light/isl76682.c
> > +++ b/drivers/iio/light/isl76682.c
> > @@ -328,7 +328,7 @@ static int isl76682_probe(struct i2c_client *client)
> >   
> >   static const struct i2c_device_id isl76682_id[] = {
> >   	{ "isl76682" },
> > -	{}
> > +	{ }
> >   };
> >   MODULE_DEVICE_TABLE(i2c, isl76682_id);
> >     
>
diff mbox series

Patch

diff --git a/drivers/iio/light/isl76682.c b/drivers/iio/light/isl76682.c
index 15a68609985b6..a17970fb3758e 100644
--- a/drivers/iio/light/isl76682.c
+++ b/drivers/iio/light/isl76682.c
@@ -328,7 +328,7 @@  static int isl76682_probe(struct i2c_client *client)
 
 static const struct i2c_device_id isl76682_id[] = {
 	{ "isl76682" },
-	{}
+	{ }
 };
 MODULE_DEVICE_TABLE(i2c, isl76682_id);