tree: Remove blank lines before '}' and after '{'
Change-Id: I46a362270f69d0a4a28e5bb9c954f34d632815ff Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81455 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@@ -387,7 +387,6 @@ static void lb_strings(struct lb_header *header)
|
||||
rec->size = ALIGN_UP(sizeof(*rec) + len + 1, LB_ENTRY_ALIGN);
|
||||
memcpy(rec->string, strings[i].string, len+1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static void lb_record_version_timestamp(struct lb_header *header)
|
||||
|
@@ -1389,7 +1389,6 @@ int decode_edid(unsigned char *edid, int size, struct edid *out)
|
||||
out->mode_is_supported[j] = 1;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
printk(BIOS_SPEW, "Standard timings supported:\n");
|
||||
|
@@ -316,7 +316,6 @@ static struct state_tracker {
|
||||
|
||||
static void bs_walk_state_machine(void)
|
||||
{
|
||||
|
||||
while (1) {
|
||||
struct boot_state *state;
|
||||
boot_state_t next_id;
|
||||
|
@@ -183,7 +183,6 @@ static void merge_add_memranges(struct memranges *ranges,
|
||||
/* The new entry starts after this one. */
|
||||
if (begin > cur->end)
|
||||
continue;
|
||||
|
||||
}
|
||||
|
||||
/* Add new entry and merge with neighbors. */
|
||||
@@ -389,7 +388,6 @@ memranges_find_entry(struct memranges *ranges, resource_t limit, resource_t size
|
||||
return NULL;
|
||||
|
||||
memranges_each_entry(r, ranges) {
|
||||
|
||||
if (r->tag != tag)
|
||||
continue;
|
||||
|
||||
|
@@ -242,7 +242,6 @@ int region_file_init(struct region_file *f, const struct region_device *p)
|
||||
|
||||
int region_file_data(const struct region_file *f, struct region_device *rdev)
|
||||
{
|
||||
|
||||
size_t offset;
|
||||
size_t size;
|
||||
|
||||
|
@@ -57,5 +57,4 @@ int checkstack(void *top_of_stack, int core)
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user