diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-03-23 15:44:31 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-03-30 07:48:23 +0000 |
commit | 57351dd872746392175f5684b04ac9fb0a5d5538 (patch) | |
tree | 55303315075b64a341401c2028d260d174210cd9 | |
parent | d586545bf8131558ba00e675f0d2f2e8c44698e3 (diff) |
commonlib: Remove blank lines before '}' and after '{'
Change-Id: I57686e68b4b1bdb28a15b69e55b71c98b0b53a1f
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81492
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
-rw-r--r-- | src/commonlib/storage/mmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commonlib/storage/mmc.c b/src/commonlib/storage/mmc.c index 135105db96..6ba2250669 100644 --- a/src/commonlib/storage/mmc.c +++ b/src/commonlib/storage/mmc.c @@ -144,7 +144,6 @@ static int mmc_switch(struct storage_media *media, uint8_t index, uint8_t value) /* Waiting for the ready status */ sd_mmc_send_status(media, SD_MMC_IO_RETRIES); return ret; - } static void mmc_recalculate_clock(struct storage_media *media) |