mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
Random whitespace and coding-style fixes
Also, indentation fixes, e.g. due to conversion to msg_*, use ARRAY_SIZE where possible, wrap overly long line, etc. Compile-tested. There should be no functional changes. Corresponding to flashrom svn r1397. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -85,7 +85,7 @@ int gfxnvidia_init(void)
|
||||
|
||||
nvidia_bar = physmap("NVIDIA", io_base_addr, GFXNVIDIA_MEMMAP_SIZE);
|
||||
|
||||
/* must be done before rpci calls */
|
||||
/* Must be done before rpci calls. */
|
||||
if (register_shutdown(gfxnvidia_shutdown, NULL))
|
||||
return 1;
|
||||
|
||||
|
Reference in New Issue
Block a user