All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH leds] leds: turris-omnia: Drop commas in the terminator entries
@ 2025-04-17  7:05 Marek Behún
  2025-04-24 14:02 ` (subset) " Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Behún @ 2025-04-17  7:05 UTC (permalink / raw)
  To: Lee Jones
  Cc: Pavel Machek, linux-leds, Andy Shevchenko, linux-kernel,
	Marek Behún

Drop commas in terminator entries of `struct attribute` array and
`struct of_device_id` array.

Signed-off-by: Marek Behún <kabel@kernel.org>
---
 drivers/leds/leds-turris-omnia.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/leds/leds-turris-omnia.c b/drivers/leds/leds-turris-omnia.c
index 4fe1a9c0bc1b..25ee5c1eb820 100644
--- a/drivers/leds/leds-turris-omnia.c
+++ b/drivers/leds/leds-turris-omnia.c
@@ -361,7 +361,7 @@ static DEVICE_ATTR_RW(gamma_correction);
 static struct attribute *omnia_led_controller_attrs[] = {
 	&dev_attr_brightness.attr,
 	&dev_attr_gamma_correction.attr,
-	NULL,
+	NULL
 };
 ATTRIBUTE_GROUPS(omnia_led_controller);
 
@@ -527,7 +527,7 @@ static void omnia_leds_remove(struct i2c_client *client)
 
 static const struct of_device_id of_omnia_leds_match[] = {
 	{ .compatible = "cznic,turris-omnia-leds", },
-	{},
+	{ }
 };
 MODULE_DEVICE_TABLE(of, of_omnia_leds_match);
 
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: (subset) [PATCH leds] leds: turris-omnia: Drop commas in the terminator entries
  2025-04-17  7:05 [PATCH leds] leds: turris-omnia: Drop commas in the terminator entries Marek Behún
@ 2025-04-24 14:02 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2025-04-24 14:02 UTC (permalink / raw)
  To: Lee Jones, Marek Behún
  Cc: Pavel Machek, linux-leds, Andy Shevchenko, linux-kernel

On Thu, 17 Apr 2025 09:05:07 +0200, Marek Behún wrote:
> Drop commas in terminator entries of `struct attribute` array and
> `struct of_device_id` array.
> 
> 

Applied, thanks!

[1/1] leds: turris-omnia: Drop commas in the terminator entries
      commit: c5b44f3d3b177ae8e4a59fa522e21cbd6af3faa7

--
Lee Jones [李琼斯]


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-24 14:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17  7:05 [PATCH leds] leds: turris-omnia: Drop commas in the terminator entries Marek Behún
2025-04-24 14:02 ` (subset) " Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.