* [thermal: thermal/next] thermal: ti-soc-thermal: Drop comma after SoC match table sentinel
@ 2022-12-09 15:26 thermal-bot for Geert Uytterhoeven
0 siblings, 0 replies; only message in thread
From: thermal-bot for Geert Uytterhoeven @ 2022-12-09 15:26 UTC (permalink / raw)
To: linux-pm
Cc: Geert Uytterhoeven, Keerthy, Daniel Lezcano, rui.zhang,
daniel.lezcano, amitk
The following commit has been merged into the thermal/next branch of thermal:
Commit-ID: 8a1ddd1c47a0274341091ce1bc2703c7aeea9b58
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//8a1ddd1c47a0274341091ce1bc2703c7aeea9b58
Author: Geert Uytterhoeven <geert+renesas@glider.be>
AuthorDate: Mon, 21 Nov 2022 16:47:10 +01:00
Committer: Daniel Lezcano <daniel.lezcano@kernel.org>
CommitterDate: Thu, 08 Dec 2022 14:30:44 +01:00
thermal: ti-soc-thermal: Drop comma after SoC match table sentinel
It does not make sense to have a comma after a sentinel, as any new
elements must be added before the sentinel.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Keerthy <j-keerthy@ti.com>
Link: https://lore.kernel.org/r/1d6de2a80b919cb11199e56ac06ad21c273ebe57.1669045586.git.geert+renesas@glider.be
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
---
drivers/thermal/ti-soc-thermal/ti-bandgap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c
index 67050a1..a1c9a15 100644
--- a/drivers/thermal/ti-soc-thermal/ti-bandgap.c
+++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c
@@ -878,7 +878,7 @@ static struct ti_bandgap *ti_bandgap_build(struct platform_device *pdev)
*/
static const struct soc_device_attribute soc_no_cpu_notifier[] = {
{ .machine = "OMAP4430" },
- { /* sentinel */ },
+ { /* sentinel */ }
};
/*** Device driver call backs ***/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-09 15:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09 15:26 [thermal: thermal/next] thermal: ti-soc-thermal: Drop comma after SoC match table sentinel thermal-bot for Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox