]> Git Repo - linux.git/commitdiff
ARM: shmobile: Drop commas after dt_compat sentinels
authorGeert Uytterhoeven <[email protected]>
Thu, 3 Mar 2022 12:50:54 +0000 (13:50 +0100)
committerGeert Uytterhoeven <[email protected]>
Thu, 5 May 2022 10:32:40 +0000 (12:32 +0200)
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 <[email protected]>
Link: https://lore.kernel.org/r/ab4acc22eebb96a0747eb301c878b24b1200736a.1646311825.git.geert+renesas@glider.be
arch/arm/mach-shmobile/setup-emev2.c
arch/arm/mach-shmobile/setup-r7s72100.c
arch/arm/mach-shmobile/setup-r7s9210.c
arch/arm/mach-shmobile/setup-r8a73a4.c
arch/arm/mach-shmobile/setup-r8a7740.c
arch/arm/mach-shmobile/setup-r8a7778.c
arch/arm/mach-shmobile/setup-r8a7779.c
arch/arm/mach-shmobile/setup-rcar-gen2.c
arch/arm/mach-shmobile/setup-sh73a0.c

index a328d2f526783f59b1144627113109604f27f123..ed82d64296238e0f4ff577fd58c32c955ecb30a1 100644 (file)
@@ -16,7 +16,7 @@
 
 static const char *const emev2_boards_compat_dt[] __initconst = {
        "renesas,emev2",
-       NULL,
+       NULL
 };
 
 DT_MACHINE_START(EMEV2_DT, "Generic Emma Mobile EV2 (Flattened Device Tree)")
index 14867226f8f46e141fc5cd877fff4ca3d3bc7224..a70b99495e2ecf666d64487e32ec037c0cd9641e 100644 (file)
@@ -14,7 +14,7 @@
 
 static const char *const r7s72100_boards_compat_dt[] __initconst = {
        "renesas,r7s72100",
-       NULL,
+       NULL
 };
 
 DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)")
index 573fb9955e7eb1e4f2d4928339da79695e7dbe0f..90add728bc3d9b4fd1c91ed31b5b2517f7a81adc 100644 (file)
@@ -15,7 +15,7 @@
 
 static const char *const r7s9210_boards_compat_dt[] __initconst = {
        "renesas,r7s9210",
-       NULL,
+       NULL
 };
 
 DT_MACHINE_START(R7S72100_DT, "Generic R7S9210 (Flattened Device Tree)")
index 23a29a0ea9c96c35fd0c3db3440aefebe0c02603..9e3f4dc08372cb626ccb6fc034b6e4c839c2506e 100644 (file)
@@ -14,7 +14,7 @@
 
 static const char *const r8a73a4_boards_compat_dt[] __initconst = {
        "renesas,r8a73a4",
-       NULL,
+       NULL
 };
 
 DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)")
index f760c27c99074a02f19bd31368d0f474d6bc10b8..9ac2b8a2aa6a3da54e3b3b4cf26aabd3d79892c0 100644 (file)
@@ -72,7 +72,7 @@ static void __init r8a7740_generic_init(void)
 
 static const char *const r8a7740_boards_compat_dt[] __initconst = {
        "renesas,r8a7740",
-       NULL,
+       NULL
 };
 
 DT_MACHINE_START(R8A7740_DT, "Generic R8A7740 (Flattened Device Tree)")
index 02cda9cada4c45468a29f1ae903f8431ea6998aa..445017e8cfe8cfbd044685b4dfc4610fb2b7498d 100644 (file)
@@ -43,7 +43,7 @@ static void __init r8a7778_init_irq_dt(void)
 
 static const char *const r8a7778_compat_dt[] __initconst = {
        "renesas,r8a7778",
-       NULL,
+       NULL
 };
 
 DT_MACHINE_START(R8A7778_DT, "Generic R8A7778 (Flattened Device Tree)")
index b6e282116d6647058b5b130b4d35247ea262f33d..c3af2c8925ba0b7fe729b86d4054c91513d4ce8c 100644 (file)
@@ -49,7 +49,7 @@ static void __init r8a7779_init_irq_dt(void)
 
 static const char *const r8a7779_compat_dt[] __initconst = {
        "renesas,r8a7779",
-       NULL,
+       NULL
 };
 
 DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)")
index d42d93443f2f989247680fa903c127f18b4cbd94..3edbf0719fb3bbd4df916e0412f76cd5e98e04bf 100644 (file)
@@ -199,7 +199,7 @@ static const char * const rcar_gen2_boards_compat_dt[] __initconst = {
        "renesas,r8a7792",
        "renesas,r8a7793",
        "renesas,r8a7794",
-       NULL,
+       NULL
 };
 
 DT_MACHINE_START(RCAR_GEN2_DT, "Generic R-Car Gen2 (Flattened Device Tree)")
@@ -215,7 +215,7 @@ static const char * const rz_g1_boards_compat_dt[] __initconst = {
        "renesas,r8a7744",
        "renesas,r8a7745",
        "renesas,r8a77470",
-       NULL,
+       NULL
 };
 
 DT_MACHINE_START(RZ_G1_DT, "Generic RZ/G1 (Flattened Device Tree)")
index 890bf537b7dea42ccfd16152b5322888a42bee12..7fb27240e907945fe6fa4f190d5d69054e0e09c2 100644 (file)
@@ -32,7 +32,7 @@ static void __init sh73a0_generic_init(void)
 
 static const char *const sh73a0_boards_compat_dt[] __initconst = {
        "renesas,sh73a0",
-       NULL,
+       NULL
 };
 
 DT_MACHINE_START(SH73A0_DT, "Generic SH73A0 (Flattened Device Tree)")
This page took 0.060396 seconds and 4 git commands to generate.