]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:33 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 18:12:18 +0000 (12:12 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
test/boot/bootdev.c
test/cmd/setexpr.c
test/compression.c
test/dm/devres.c
test/dm/fwu_mdata.c
test/dm/remoteproc.c
test/dm/spmi.c
test/dm/usb.c

index 6e940002f8484c489b5bb7340a2893a45448f801..1bf5929c39683dcc90668dff85b49ab100bb4b67 100644 (file)
@@ -680,7 +680,6 @@ static int bootdev_test_next_label(struct unit_test_state *uts)
 BOOTSTD_TEST(bootdev_test_next_label, UT_TESTF_DM | UT_TESTF_SCAN_FDT |
             UT_TESTF_ETH_BOOTDEV | UT_TESTF_SF_BOOTDEV);
 
-
 /* Check iterating to the next prioirty in a list */
 static int bootdev_test_next_prio(struct unit_test_state *uts)
 {
index d50ce5803c39927e408186e621162ff8b9ace206..4c6cc3cf09e5668a6a59db21ccfa01a3d8b1356e 100644 (file)
@@ -329,7 +329,6 @@ static int setexpr_test_str(struct unit_test_state *uts)
 }
 SETEXPR_TEST(setexpr_test_str, UT_TESTF_CONSOLE_REC);
 
-
 /* Test 'setexpr' command with concatenating strings */
 static int setexpr_test_str_oper(struct unit_test_state *uts)
 {
index aa1d38bb7bc53b6124e6955c5e725f49b216a3e1..618a1936955b5c971bf821ed750831f7fc70eb9f 100644 (file)
@@ -139,7 +139,6 @@ static const char zstd_compressed[] =
        "\x01\xe4\xf4\x6e\xfa";
 static const unsigned long zstd_compressed_size = sizeof(zstd_compressed) - 1;
 
-
 #define TEST_BUFFER_SIZE       512
 
 typedef int (*mutate_func)(struct unit_test_state *uts, void *, unsigned long,
index 95a470b9f1c128a94b4cae0fdd54175d78c67cc1..7a3a669ddd44d31d6c23d2ee565c871ea0a4106f 100644 (file)
@@ -69,7 +69,6 @@ static int dm_test_devres_free(struct unit_test_state *uts)
 }
 DM_TEST(dm_test_devres_free, UT_TESTF_SCAN_PDATA);
 
-
 /* Test that kzalloc() returns memory that is zeroed */
 static int dm_test_devres_kzalloc(struct unit_test_state *uts)
 {
index 0be7f4519e202425d7032e6ad0047081ea5c2329..6154480ba83d55006795c5d5e7b9c092aff28325 100644 (file)
@@ -129,7 +129,6 @@ static int dm_test_fwu_mdata_write(struct unit_test_state *uts)
         */
        event_notify_null(EVT_MAIN_LOOP);
 
-
        ut_assertok(uclass_first_device_err(UCLASS_FWU_MDATA, &dev));
 
        ut_assertok(fwu_init());
index ef9e8e5a0df6d2a8af9252feff7ee5e6cea63045..444c4dce0831aee033e6351c3b6714b71a004572 100644 (file)
@@ -28,7 +28,6 @@ static int dm_test_remoteproc_base(struct unit_test_state *uts)
        /* Ensure we are initialized */
        ut_asserteq(true, rproc_is_initialized());
 
-
        /* platform data device 1 */
        ut_assertok(rproc_stop(0));
        ut_assertok(rproc_reset(0));
index e10ae8db4d3085ba8e2a47e05834d0d626aa521b..ee444f3b9b14e30ad4b9ef1df1b56d4f83205bd1 100644 (file)
@@ -70,7 +70,6 @@ static int dm_test_spmi_access(struct unit_test_state *uts)
 }
 DM_TEST(dm_test_spmi_access, UT_TESTF_SCAN_FDT);
 
-
 /* Test if it's possible to access GPIO that should be in pmic */
 static int dm_test_spmi_access_peripheral(struct unit_test_state *uts)
 {
index 9a571938b8163c9b2e51aab04b061a502dc7cfac..0bbea219ec9d404bff1b1df475992f5599239472 100644 (file)
@@ -423,7 +423,6 @@ static int dm_test_usb_keyb(struct unit_test_state *uts)
                {0x00, 0x00, "\0"}
        };
 
-
        state_set_skip_delays(true);
        ut_assertok(usb_init());