]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Drop the blank line before test macros
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:57:49 +0000 (07:57 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 00:51:49 +0000 (18:51 -0600)
Most tests don't have this. It helps to keep the test declaration
clearly associated with the function it relates to, rather than the next
one in the file. Remove the extra blank line and mention this in the
docs.

Signed-off-by: Simon Glass <sjg@chromium.org>
64 files changed:
doc/develop/tests_writing.rst
test/cmd/armffa.c
test/cmd/bdinfo.c
test/cmd/exit.c
test/cmd/mbr.c
test/cmd/pci_mps.c
test/cmd/pinmux.c
test/cmd/pwm.c
test/cmd/rw.c
test/cmd/setexpr.c
test/cmd/temperature.c
test/cmd/test_echo.c
test/cmd/wget.c
test/common/test_autoboot.c
test/dm/axi.c
test/dm/bootcount.c
test/dm/clk.c
test/dm/clk_ccf.c
test/dm/core.c
test/dm/cpu.c
test/dm/dsa.c
test/dm/dsi_host.c
test/dm/eth.c
test/dm/extcon.c
test/dm/ffa.c
test/dm/fpga.c
test/dm/hwspinlock.c
test/dm/i2c.c
test/dm/mdio.c
test/dm/mdio_mux.c
test/dm/memory.c
test/dm/misc.c
test/dm/nop.c
test/dm/nvmxip.c
test/dm/osd.c
test/dm/pci_ep.c
test/dm/pmic.c
test/dm/qfw.c
test/dm/reboot-mode.c
test/dm/regmap.c
test/dm/reset.c
test/dm/scmi.c
test/dm/serial.c
test/dm/sm.c
test/dm/soc.c
test/dm/sysinfo.c
test/dm/tag.c
test/dm/tee.c
test/dm/test-fdt.c
test/env/hashtable.c
test/lib/asn1.c
test/lib/efi_device_path.c
test/lib/efi_image_region.c
test/lib/hexdump.c
test/lib/lmb.c
test/lib/rsa.c
test/lib/sscanf.c
test/lib/string.c
test/lib/test_aes.c
test/lib/test_crc8.c
test/lib/test_crypt.c
test/lib/test_errno_str.c
test/lib/test_print.c
test/lib/uuid.c

index 655eb95110d29e67be3b66ccfddec8c01b8864ec..c277c8dd44f9392fa974704fd8c43def4060d36a 100644 (file)
@@ -228,6 +228,9 @@ Declare the test with::
    }
    DM_TEST(dm_test_uclassname_what, UTF_SCAN_FDT);
 
+Note that the convention is to NOT add a blank line before the macro, so that
+the function it relates to is more obvious.
+
 Replace 'uclassname' with the name of your uclass, if applicable. Replace 'what'
 with what you are testing.
 
index f5d5a1b54a3621a303d5916369fcfcae9de00824..d7b076cfe7c73f95bf1f48c9cbce0f92ac58f233 100644 (file)
@@ -28,5 +28,4 @@ static int dm_test_armffa_cmd(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_armffa_cmd, UTF_SCAN_FDT | UTF_CONSOLE_REC);
index 973544f63f604177777018d59a664fc76969e6c5..cb88d2ee11ba67a06d628cd174ee1e1791d69d84 100644 (file)
@@ -244,7 +244,6 @@ static int bdinfo_test_full(struct unit_test_state *uts)
 
        return 0;
 }
-
 BDINFO_TEST(bdinfo_test_full, UTF_CONSOLE_REC);
 
 static int bdinfo_test_help(struct unit_test_state *uts)
@@ -266,7 +265,6 @@ static int bdinfo_test_help(struct unit_test_state *uts)
 
        return 0;
 }
-
 BDINFO_TEST(bdinfo_test_help, UTF_CONSOLE_REC);
 
 static int bdinfo_test_memory(struct unit_test_state *uts)
@@ -282,7 +280,6 @@ static int bdinfo_test_memory(struct unit_test_state *uts)
 
        return 0;
 }
-
 BDINFO_TEST(bdinfo_test_memory, UTF_CONSOLE_REC);
 
 static int bdinfo_test_eth(struct unit_test_state *uts)
@@ -298,7 +295,6 @@ static int bdinfo_test_eth(struct unit_test_state *uts)
 
        return 0;
 }
-
 BDINFO_TEST(bdinfo_test_eth, UTF_CONSOLE_REC);
 
 int do_ut_bdinfo(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
index d4aac0facf69002ca217497b2f6f22d70040e525..e7e454c7631752598584f4003e01ff65fda711e5 100644 (file)
@@ -121,7 +121,6 @@ static int cmd_exit_test(struct unit_test_state *uts)
 
        return 0;
 }
-
 EXIT_TEST(cmd_exit_test, UTF_CONSOLE_REC);
 
 int do_ut_exit(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
index fd601ee5f53ba95383484a8e5569cd27f532d552..e4b694b728fe275b07a76ff404673c6694a09046 100644 (file)
@@ -479,5 +479,4 @@ static int dm_test_cmd_mbr(struct unit_test_state *uts)
 {
        return mbr_test_run(uts);
 }
-
 DM_TEST(dm_test_cmd_mbr, UTF_SCAN_FDT | UTF_CONSOLE_REC);
index f7f77e73a30e4d757638287ddbc2e769330c6ee8..755a0649770769a16d803e84e0f46bb237ea9b79 100644 (file)
@@ -27,7 +27,6 @@ static int test_pci_mps_safe(struct unit_test_state *uts)
 
        return 0;
 }
-
 PCI_MPS_TEST(test_pci_mps_safe, UTF_CONSOLE_REC);
 
 int do_ut_pci_mps(struct cmd_tbl *cmdtp, int flag, int argc,
index 23f9b9a9f3a16e01a49867c95cffe02ddcc164e8..0b4e001fa1ea3d485beab051d344ffbc8ca426c6 100644 (file)
@@ -36,5 +36,4 @@ static int dm_test_cmd_pinmux_status_pinname(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_cmd_pinmux_status_pinname, UTF_SCAN_PDATA | UTF_SCAN_FDT);
index 494f31f4dae6c315fa27f7c78d7283a2f9866b3a..44f52e15cbb00cffc908bc11f9466464eaa00bff 100644 (file)
@@ -71,5 +71,4 @@ static int dm_test_pwm_cmd(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_pwm_cmd, UTF_SCAN_PDATA | UTF_SCAN_FDT | UTF_CONSOLE_REC);
index 3dcf4228ee645ec31f1558e217cb227527c81522..eeda87b53ed8f7dd6d9535802f59d951dacd029d 100644 (file)
@@ -99,5 +99,4 @@ static int dm_test_read_write(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_read_write, UTF_SCAN_FDT | UTF_CONSOLE_REC);
index f024a3357637dd4eee7d3e663170fd2c101dde35..a4086c9451c57764b119e6539fbf4991cf1bd4a4 100644 (file)
@@ -478,7 +478,6 @@ static int setexpr_test_fmt(struct unit_test_state *uts)
 
        return 0;
 }
-
 SETEXPR_TEST(setexpr_test_fmt, UTF_CONSOLE_REC);
 #endif
 
index fc0c95f3d8151bda2454122ef5c0e9310eb78552..b86c7d44b33e738da530cae6c20368b34991ec0f 100644 (file)
@@ -34,5 +34,4 @@ static int dm_test_cmd_temperature(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_cmd_temperature, UTF_SCAN_FDT | UTF_CONSOLE_REC);
index cde74ebeb616228ce96a652da575019506fe0653..ee07ab22933e5720b0055db985bf88284ab3e99d 100644 (file)
@@ -56,5 +56,4 @@ static int lib_test_hush_echo(struct unit_test_state *uts)
        }
        return 0;
 }
-
 LIB_TEST(lib_test_hush_echo, 0);
index b0feb21dc41806a92a90cf5952b76a498cc13780..1ce167c4ab4cbd54e6c1bdd6c6da3ac6f0262198 100644 (file)
@@ -223,5 +223,4 @@ static int net_test_wget(struct unit_test_state *uts)
 
        return 0;
 }
-
 LIB_TEST(net_test_wget, 0);
index 4ba1dcc8091c2f036c12f419dd6f2cb5c88a06b5..a556cbf8e33af894c36bca77968a87c97de4787b 100644 (file)
@@ -91,5 +91,4 @@ static int test_autoboot(struct unit_test_state *uts)
 
        return CMD_RET_SUCCESS;
 }
-
 COMMON_TEST(test_autoboot, 0);
index 1138a46aca19351fea7459e370672c3e7265006a..45c46a1973920797a7c23b7fbbcfcc184dbfba2a 100644 (file)
@@ -21,7 +21,6 @@ static int dm_test_axi_base(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_axi_base, UTF_SCAN_PDATA | UTF_SCAN_FDT);
 
 /* Test that sandbox PCI bus numbering works correctly */
@@ -33,7 +32,6 @@ static int dm_test_axi_busnum(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_axi_busnum, UTF_SCAN_PDATA | UTF_SCAN_FDT);
 
 /* Test that we can use the store device correctly */
@@ -74,5 +72,4 @@ static int dm_test_axi_store(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_axi_store, UTF_SCAN_PDATA | UTF_SCAN_FDT);
index 4b0a4b37931f89849c793a79eaade84522cbc21f..f66927a5d37e925f1666c0501df10d742dd636f7 100644 (file)
@@ -35,7 +35,6 @@ static int dm_test_bootcount_rtc(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_bootcount_rtc, UTF_SCAN_PDATA | UTF_SCAN_FDT);
 
 static int dm_test_bootcount_syscon_four_bytes(struct unit_test_state *uts)
@@ -55,7 +54,6 @@ static int dm_test_bootcount_syscon_four_bytes(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_bootcount_syscon_four_bytes,
        UTF_SCAN_PDATA | UTF_SCAN_FDT);
 
@@ -76,6 +74,4 @@ static int dm_test_bootcount_syscon_two_bytes(struct unit_test_state *uts)
 
        return 0;
 }
-
-DM_TEST(dm_test_bootcount_syscon_two_bytes,
-       UTF_SCAN_PDATA | UTF_SCAN_FDT);
+DM_TEST(dm_test_bootcount_syscon_two_bytes, UTF_SCAN_PDATA | UTF_SCAN_FDT);
index 922b0536154d1a6c6b0acc6f87f6f5c7c3fb1d65..790968e64774362d8967845b01b296c528326b99 100644 (file)
@@ -46,7 +46,6 @@ static int dm_test_clk_base(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_clk_base, UTF_SCAN_FDT);
 
 static int dm_test_clk(struct unit_test_state *uts)
index 95c0f42caabb39ea8ecee7826c49772069e54010..ac56f17b775dd8c4e71d54478174453dabeee3c5 100644 (file)
@@ -208,5 +208,4 @@ static int dm_test_clk_ccf(struct unit_test_state *uts)
 
        return 1;
 }
-
 DM_TEST(dm_test_clk_ccf, UTF_SCAN_FDT);
index 5d4678437e66d204d79448fce45bfe3d7088e915..e0c5b9e0017c760dc800253ab4e9edd93a688101 100644 (file)
@@ -188,7 +188,6 @@ static int dm_test_compare_node_name(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_compare_node_name, UTF_SCAN_PDATA);
 
 /* Test that binding with uclass plat setting occurs correctly */
index 885cddb8690f203e6f9bf9f9bcf1a0727ef7efe6..9b2f90ee1e5e395142765f9f7617ec7bc6548935 100644 (file)
@@ -47,5 +47,4 @@ static int dm_test_cpu(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_cpu, UTF_SCAN_FDT);
index 2537605fdce6d2d3bda8b30af22b230150444bac..c6b4e12a758dd8344c5aeefcfb1ee97c0327a081 100644 (file)
@@ -56,7 +56,6 @@ static int dm_test_dsa_probe(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_dsa_probe, UTF_SCAN_FDT);
 
 /* This test sends ping requests with the local address through each DSA port
@@ -78,5 +77,4 @@ static int dm_test_dsa(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_dsa, UTF_SCAN_FDT);
index bf3fd99a18b09911d1bfbec548e517f8d5934fda..b92742472d48f42f1f4fdf2f9899f3e01f40c72e 100644 (file)
@@ -54,5 +54,4 @@ static int dm_test_dsi_host(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_dsi_host, UTF_SCAN_PDATA | UTF_SCAN_FDT);
index 8479ebd3f2109c722f97a16e39176fd2dcb857d6..467495863e193f566e6ed5534b4d19c129bd09a9 100644 (file)
@@ -528,7 +528,6 @@ static int dm_test_eth_async_arp_reply(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_eth_async_arp_reply, UTF_SCAN_FDT);
 
 static int sb_check_ping_reply(struct udevice *dev, void *packet,
@@ -613,7 +612,6 @@ static int dm_test_eth_async_ping_reply(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_eth_async_ping_reply, UTF_SCAN_FDT);
 
 #if IS_ENABLED(CONFIG_IPV6_ROUTER_DISCOVERY)
@@ -659,7 +657,6 @@ static int dm_test_validate_ra(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_validate_ra, 0);
 
 static int dm_test_process_ra(struct unit_test_state *uts)
@@ -698,7 +695,6 @@ static int dm_test_process_ra(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_process_ra, 0);
 
 #endif
index 0f77b3d34b79f33d7e26380f9ccedc98ef166898..91358abb5f07dcfeb9af019da16e0f619f6197a3 100644 (file)
@@ -17,5 +17,4 @@ static int dm_test_extcon(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_extcon, UTF_SCAN_FDT);
index 450e3e41562d28ad97722f713d2a45872eb10414..1937d0eecb04f231fce7c3592edd17963dcd8990 100644 (file)
@@ -197,7 +197,6 @@ static int dm_test_ffa_ack(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_ffa_ack, UTF_SCAN_FDT | UTF_CONSOLE_REC);
 
 static int dm_test_ffa_nack(struct unit_test_state *uts)
@@ -256,5 +255,4 @@ static int dm_test_ffa_nack(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_ffa_nack, UTF_SCAN_FDT | UTF_CONSOLE_REC);
index 28215a3a5bf86b4b3ce18b866833b2052fefea2b..fe9f287f8c7d254f2f8660929868734e4a04fa94 100644 (file)
@@ -16,5 +16,4 @@ static int dm_test_fpga(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_fpga, UTF_SCAN_FDT);
index d6c786e93ddd579dec8fb2aa177d31e21399fda7..58bba52182eeb2797e9abf494b5ef51542c94167 100644 (file)
@@ -36,5 +36,4 @@ static int dm_test_hwspinlock_base(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_hwspinlock_base, UTF_SCAN_PDATA | UTF_SCAN_FDT);
index 50a2cd0c1be9ed2cbd855765b2b960ec34271eb3..40f1f26b671ed40f89acf5ebbb4a40340d0480b3 100644 (file)
@@ -301,7 +301,6 @@ static int dm_test_i2c_addr_offset(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_i2c_addr_offset, UTF_SCAN_PDATA | UTF_SCAN_FDT);
 
 static int dm_test_i2c_reg_clrset(struct unit_test_state *uts)
index 325b2122822d11d96922425db873ca735a660f26..6760c98898a4fa610e26e148813463bed883279f 100644 (file)
@@ -53,5 +53,4 @@ static int dm_test_mdio(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_mdio, UTF_SCAN_FDT);
index 864bc0c31905a4f2ab89e135b16be69054cb6fdf..866feb263818f3afa90df5d046d40db817d475af 100644 (file)
@@ -76,5 +76,4 @@ static int dm_test_mdio_mux(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_mdio_mux, UTF_SCAN_FDT);
index 64ceb99f8df13682e587caaccba9f04a8e352b20..34e64ba01877d7c88e95f53e596d92523c4f419a 100644 (file)
@@ -17,5 +17,4 @@ static int dm_test_memory(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_memory, UTF_SCAN_FDT);
index 1abc9eee045306d626aba2cda129e6c51facace9..250885dcf5172192654cbac578612c2e2481e81d 100644 (file)
@@ -79,5 +79,4 @@ static int dm_test_misc(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_misc, UTF_SCAN_FDT);
index 7eac16703d790f53d8e9e6e26fbbdef53dd4d080..a6f5f820f6a868d5378413900f44f3ea1705782c 100644 (file)
@@ -69,5 +69,4 @@ static int dm_test_nop(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_nop, UTF_FLAT_TREE | UTF_SCAN_FDT);
index 67e19f2a30e9af0432dec7a29f42bbf2b8537781..5c455ddbf04671f24585e3d65a55c462fbea2b08 100644 (file)
@@ -142,5 +142,4 @@ static int dm_test_nvmxip(struct unit_test_state *uts)
 
        return CMD_RET_SUCCESS;
 }
-
 DM_TEST(dm_test_nvmxip, UTF_SCAN_FDT | UTF_CONSOLE_REC);
index 5e77d3b52641b6c1828b926d20bc6441911c3770..5fb27a3d822f4f105e31399bb7a3588b033eae52 100644 (file)
@@ -130,7 +130,6 @@ static int dm_test_osd_basics(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_osd_basics, UTF_SCAN_PDATA | UTF_SCAN_FDT);
 
 static int dm_test_osd_extended(struct unit_test_state *uts)
@@ -214,5 +213,4 @@ static int dm_test_osd_extended(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_osd_extended, UTF_SCAN_PDATA | UTF_SCAN_FDT);
index 244fefa40bf2ce6aa0f296bdf43ad99a9351e234..068b72a20c082efd82be34e65e1e1d770b96583b 100644 (file)
@@ -59,5 +59,4 @@ static int dm_test_pci_ep_base(struct unit_test_state *uts)
        ut_asserteq(sandbox_get_pci_ep_irq_count(bus), 10);
        return 0;
 }
-
 DM_TEST(dm_test_pci_ep_base, UTF_SCAN_PDATA | UTF_SCAN_FDT);
index 146aedf8f935c3fbbd1a79d3ab948819da067d64..70dd18f5df07cdfcdbf66477fb5c9cba683519c9 100644 (file)
@@ -52,7 +52,6 @@ static int dm_test_power_pmic_mc34708_get(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_power_pmic_mc34708_get, UTF_SCAN_FDT);
 
 /* Test PMIC I/O */
index a7dfe8f8daa11287be91e6fc0e3dd53b1b671640..b6be5c5baa52de08c9af68ff372b49b5afa74996 100644 (file)
@@ -23,7 +23,6 @@ static int dm_test_qfw_cpus(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_qfw_cpus, UTF_SCAN_PDATA);
 
 static int dm_test_qfw_firmware_list(struct unit_test_state *uts)
@@ -37,5 +36,4 @@ static int dm_test_qfw_firmware_list(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_qfw_firmware_list, UTF_SCAN_PDATA);
index c5949092c58ee3068ebd60a3f8d087f9ee20243f..9a3b2bf0a439630f4a504412c51b7cefce9eb414 100644 (file)
@@ -39,7 +39,6 @@ static int dm_test_reboot_mode_gpio(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_reboot_mode_gpio,
        UTF_PROBE_TEST | UTF_SCAN_FDT | UTF_FLAT_TREE);
 
@@ -65,6 +64,5 @@ static int dm_test_reboot_mode_rtc(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_reboot_mode_rtc,
        UTF_PROBE_TEST | UTF_SCAN_FDT | UTF_FLAT_TREE);
index 436b711b85d503282cda3d0d78732619e5a35a41..5024b47c7a2cf290a6234de7a673480daef867bd 100644 (file)
@@ -157,7 +157,6 @@ static int dm_test_regmap_getset(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_regmap_getset, UTF_SCAN_PDATA | UTF_SCAN_FDT);
 
 /* Read polling test */
index 99f46fead6df18d53c846e7978d5e567e8bcf8d0..dceb6a1dad3867aa6aae8bf90fe04e06ba1d8c6d 100644 (file)
@@ -66,7 +66,6 @@ static int dm_test_reset_base(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_reset_base, UTF_SCAN_FDT);
 
 static int dm_test_reset(struct unit_test_state *uts)
index 93e275e06508706f7b96d71bc6ab9b1554823ab8..5c540fc0583ec445de7464fdd68b92d2df486ed6 100644 (file)
@@ -202,7 +202,6 @@ static int dm_test_scmi_base(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_scmi_base, UTF_SCAN_FDT);
 
 static int dm_test_scmi_cmd(struct unit_test_state *uts)
@@ -282,7 +281,6 @@ static int dm_test_scmi_cmd(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_scmi_cmd, UTF_SCAN_FDT);
 
 static int dm_test_scmi_power_domains(struct unit_test_state *uts)
@@ -388,7 +386,6 @@ static int dm_test_scmi_power_domains(struct unit_test_state *uts)
 
        return release_sandbox_scmi_test_devices(uts, dev);
 }
-
 DM_TEST(dm_test_scmi_power_domains, UTF_SCAN_FDT);
 
 static int dm_test_scmi_clocks(struct unit_test_state *uts)
index 456799a9eb817eac97d191ec850510fd114c28c1..4acb14f41bc08a8202d2741b2c9f63177deb3739 100644 (file)
@@ -87,5 +87,4 @@ static int dm_test_serial(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_serial, UTF_SCAN_FDT);
index 30985717fed52894001f631784422dc5a07c40f9..cf4dab6a72244fde2a0f0f103e23f4ea626e5aa1 100644 (file)
@@ -60,5 +60,4 @@ static int dm_test_sm(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_sm, UTF_SCAN_FDT);
index c01b062970d2953964f3626d7a44df8ac7aca253..a6b82e5376da7109c380fc4dc24c9a575fad5d64 100644 (file)
@@ -115,5 +115,4 @@ static int dm_test_soc(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_soc, UTF_SCAN_FDT);
index adb2f366d2c54e8bd96f2bd6487931fdb443c883..6c0d2d7e4df8693c64a14e67340003138c46a3cd 100644 (file)
@@ -59,5 +59,4 @@ static int dm_test_sysinfo(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_sysinfo, UTF_SCAN_PDATA | UTF_SCAN_FDT);
index bce8a35acfb5da528a8ae35425a36fd2b1a49bdf..1412171738c2b427aa53616e65309a5615f02451 100644 (file)
@@ -29,7 +29,6 @@ static int dm_test_tag_ptr(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_tag_ptr, 0);
 
 /*
@@ -49,7 +48,6 @@ static int dm_test_tag_val(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_tag_val, 0);
 
 /*
@@ -63,7 +61,6 @@ static int dm_test_tag_inval(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_tag_inval, 0);
 
 /*
@@ -79,5 +76,4 @@ static int dm_test_tag_del_all(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_tag_del_all, 0);
index fb890c1bdd48e2874daadfaee9de1c98f094fac3..b56c982eb75e4847102e2aefc690500bf8e11f3c 100644 (file)
@@ -215,5 +215,4 @@ out:
 
        return rc;
 }
-
 DM_TEST(dm_test_tee, UTF_SCAN_FDT);
index d9c49312f5e616bff2304c1969710ee4237b3328..af8cd617108ac2421f7275948be000a7cbaebda0 100644 (file)
@@ -1224,5 +1224,4 @@ static int dm_test_read_resource(struct unit_test_state *uts)
 
        return 0;
 }
-
 DM_TEST(dm_test_read_resource, UTF_SCAN_PDATA | UTF_SCAN_FDT);
index ccdf0138c4b8ef79b9426b3c010c242e67184587..16e49358888c58e1aced9284aafc3bfc0a88e562 100644 (file)
@@ -101,7 +101,6 @@ static int env_test_htab_fill(struct unit_test_state *uts)
        hdestroy_r(&htab);
        return 0;
 }
-
 ENV_TEST(env_test_htab_fill, 0);
 
 /* Fill the hashtable up halfway an repeateadly delete/create elements
@@ -122,5 +121,4 @@ static int env_test_htab_deletes(struct unit_test_state *uts)
        hdestroy_r(&htab);
        return 0;
 }
-
 ENV_TEST(env_test_htab_deletes, 0);
index 4842b7058ac58f6a1587fb3808089e06636dde62..f0c7819e4089aebb523e1b35ec44e3d530203a30 100644 (file)
@@ -135,7 +135,6 @@ static int lib_asn1_x509(struct unit_test_state *uts)
 
        return CMD_RET_SUCCESS;
 }
-
 LIB_TEST(lib_asn1_x509, 0);
 #endif /* CONFIG_X509_CERTIFICATE_PARSER */
 
@@ -324,7 +323,6 @@ static int lib_asn1_pkcs7(struct unit_test_state *uts)
 
        return CMD_RET_SUCCESS;
 }
-
 LIB_TEST(lib_asn1_pkcs7, 0);
 #endif /* CONFIG_PKCS7_MESSAGE_PARSER */
 
@@ -386,6 +384,5 @@ static int lib_asn1_pkey(struct unit_test_state *uts)
 
        return CMD_RET_SUCCESS;
 }
-
 LIB_TEST(lib_asn1_pkey, 0);
 #endif /* CONFIG_RSA_PUBLIC_KEY_PARSER */
index 290c8768fa4ccc7ca6e9bcba50cba8df32b10c08..5cc001e209ec90bb357197209da4cd0841e3054d 100644 (file)
@@ -45,5 +45,4 @@ static int lib_test_efi_dp_check_length(struct unit_test_state *uts)
 
        return 0;
 }
-
 LIB_TEST(lib_test_efi_dp_check_length, 0);
index 3ca49dc4a2eb959c29dbbe333ea29763148226a9..2102539ea702f5a60daad6dec4532a26d95910ca 100644 (file)
@@ -65,7 +65,6 @@ static int lib_test_efi_image_region_add(struct unit_test_state *uts)
 
        return 0;
 }
-
 LIB_TEST(lib_test_efi_image_region_add, 0);
 
 static int lib_test_efi_image_region_sort(struct unit_test_state *uts)
@@ -158,5 +157,4 @@ static int lib_test_efi_image_region_sort(struct unit_test_state *uts)
 
        return 0;
 }
-
 LIB_TEST(lib_test_efi_image_region_sort, 0);
index d531a830398de1422b2260ca3fca63f51f6295f7..7b4592d175fd4f3dfaebe42e9def861c21a3cb6d 100644 (file)
@@ -31,7 +31,6 @@ static int lib_test_hex_to_bin(struct unit_test_state *uts)
 
        return 0;
 }
-
 LIB_TEST(lib_test_hex_to_bin, 0);
 
 static int lib_test_hex2bin(struct unit_test_state *uts)
@@ -61,7 +60,6 @@ static int lib_test_hex2bin(struct unit_test_state *uts)
 
        return 0;
 }
-
 LIB_TEST(lib_test_hex2bin, 0);
 
 static int lib_test_bin2hex(struct unit_test_state *uts)
@@ -91,5 +89,4 @@ static int lib_test_bin2hex(struct unit_test_state *uts)
 
        return 0;
 }
-
 LIB_TEST(lib_test_bin2hex, 0);
index 4b5b6e5e20984d6feae10fe12427f81f0045afc7..3c66138f7329b272f59603890f1d94762684affa 100644 (file)
@@ -360,7 +360,6 @@ static int lib_test_lmb_noreserved(struct unit_test_state *uts)
        /* simulate 512 MiB RAM beginning at 1.5GiB */
        return test_noreserved(uts, 0xE0000000, 4, 1);
 }
-
 LIB_TEST(lib_test_lmb_noreserved, 0);
 
 static int lib_test_lmb_unaligned_size(struct unit_test_state *uts)
index 40f70010c78846fd73b8ec277e047af3c51db9b1..129d03ab7ddee62386bea3ed008d341a93682243 100644 (file)
@@ -158,7 +158,6 @@ static int lib_rsa_verify_valid(struct unit_test_state *uts)
 
        return CMD_RET_SUCCESS;
 }
-
 LIB_TEST(lib_rsa_verify_valid, 0);
 
 /**
@@ -200,6 +199,5 @@ static int lib_rsa_verify_invalid(struct unit_test_state *uts)
 
        return CMD_RET_SUCCESS;
 }
-
 LIB_TEST(lib_rsa_verify_invalid, 0);
 #endif /* RSA_VERIFY_WITH_PKEY */
index 9fe5521749fd6801b9fb9a47981efe3d908f9e7b..3a2ec8ffa5f1004f6c5ea80cb17187e8283cee8a 100644 (file)
@@ -169,5 +169,4 @@ static int lib_sscanf(struct unit_test_state *uts)
 
        return 0;
 }
-
 LIB_TEST(lib_sscanf, 0);
index d08dbca92915c3f9b1abc7f801ae5f04a8ff9376..8d22f3fd68f45cb91824be8b79c6912b4fb42230 100644 (file)
@@ -93,7 +93,6 @@ static int lib_memset(struct unit_test_state *uts)
        }
        return 0;
 }
-
 LIB_TEST(lib_memset, 0);
 
 /**
@@ -157,7 +156,6 @@ static int lib_memcpy(struct unit_test_state *uts)
        }
        return 0;
 }
-
 LIB_TEST(lib_memcpy, 0);
 
 /**
@@ -192,7 +190,6 @@ static int lib_memmove(struct unit_test_state *uts)
        }
        return 0;
 }
-
 LIB_TEST(lib_memmove, 0);
 
 /** lib_memdup() - unit test for memdup() */
index cfd9d8ca5a933b9795a01a49b7a5d701129390f9..6d9068c4f799a107dd1fbdaec6fd8c2c79479947 100644 (file)
@@ -163,5 +163,4 @@ static int lib_test_aes(struct unit_test_state *uts)
 
        return ret;
 }
-
 LIB_TEST(lib_test_aes, 0);
index 0dac97bc5bfd0413db3c17314ebde5075d283a30..52be2dc06c4c6b45f5af0d6e239ed18f2e0923b2 100644 (file)
@@ -25,5 +25,4 @@ static int lib_crc8(struct unit_test_state *uts) {
 
        return 0;
 }
-
 LIB_TEST(lib_crc8, 0);
index dcdadd992c15a4c388ff0b72718a72536f38515e..b6dd5f07b86b542d5eb192e626c9d8eaacf862fa 100644 (file)
@@ -59,5 +59,4 @@ static int lib_crypt(struct unit_test_state *uts)
 
        return CMD_RET_SUCCESS;
 }
-
 LIB_TEST(lib_crypt, 0);
index 67f76442b2719b428bebf5ccfd6afe919377f91d..967ecfd56f1330058f0046e114773e02dcf6cdb0 100644 (file)
@@ -41,5 +41,4 @@ static int lib_errno_str(struct unit_test_state *uts)
 
        return 0;
 }
-
 LIB_TEST(lib_errno_str, 0);
index c7fc50a1de17cd5e4b33ae5decb3d09a21091bf6..e356afc22ba01fb58848361ef88eb9f3c166518e 100644 (file)
@@ -41,7 +41,6 @@ static int lib_test_print_freq(struct unit_test_state *uts)
        ut_assertok(test_print_freq(uts, 54321987654321, "54321.99 GHz;"));
        return 0;
 }
-
 LIB_TEST(lib_test_print_freq, 0);
 
 static int test_print_size(struct unit_test_state *uts,
@@ -74,5 +73,4 @@ static int lib_test_print_size(struct unit_test_state *uts)
        ut_assertok(test_print_size(uts, 54321987654321, "49.4 TiB;"));
        return 0;
 }
-
 LIB_TEST(lib_test_print_size, 0);
index 0914f2c47e77e142f7b934bacfb79d5dbcb23471..8fe65dbf78ba3193d0f66e2c751aa3106eb18393 100644 (file)
@@ -36,5 +36,4 @@ static int lib_test_uuid_to_le(struct unit_test_state *uts)
 
        return 0;
 }
-
 LIB_TEST(lib_test_uuid_to_le, 0);