src: Use "foo *bar" instead of "foo* bar"
Change-Id: Ib2bb6cc80ac2bdc389c60c7ffac4bba937f0fca8 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26461 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
7154ef2fe1
commit
448d9fb431
@ -62,7 +62,7 @@ static void prepare_mrc_cache(struct pei_data *pei_data)
|
||||
__func__, pei_data->mrc_input, pei_data->mrc_input_len);
|
||||
}
|
||||
|
||||
static const char* ecc_decoder[] = {
|
||||
static const char *ecc_decoder[] = {
|
||||
"inactive",
|
||||
"active on IO",
|
||||
"disabled on IO",
|
||||
|
Reference in New Issue
Block a user