From 0b7afe65fb83bece914bb314e2c707d6d4b7ec4c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 1 Apr 2007 19:44:21 +0000 Subject: Coding style fixes Corresponding to flashrom svn r97 and coreboot v2 svn r2577. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- sst39sf020.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sst39sf020.c') diff --git a/sst39sf020.c b/sst39sf020.c index 30433f5..9c71659 100644 --- a/sst39sf020.c +++ b/sst39sf020.c @@ -50,8 +50,8 @@ static __inline__ int erase_sector_39sf020(volatile uint8_t *bios, int write_39sf020(struct flashchip *flash, uint8_t *buf) { int i; - int total_size = flash->total_size * 1024, page_size = - flash->page_size; + int total_size = flash->total_size * 1024; + int page_size = flash->page_size; volatile uint8_t *bios = flash->virt_addr; erase_chip_jedec(flash); -- cgit v1.1