Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81492?usp=email )
Change subject: commonlib: Remove blank lines before '}' and after '{' ......................................................................
commonlib: Remove blank lines before '}' and after '{'
Change-Id: I57686e68b4b1bdb28a15b69e55b71c98b0b53a1f Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/commonlib/storage/mmc.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/81492/1
diff --git a/src/commonlib/storage/mmc.c b/src/commonlib/storage/mmc.c index 135105d..6ba2250 100644 --- a/src/commonlib/storage/mmc.c +++ b/src/commonlib/storage/mmc.c @@ -144,7 +144,6 @@ /* 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)