summaryrefslogtreecommitdiffstats
path: root/gfxnvidia.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-07-28 08:13:25 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2011-07-28 08:13:25 +0000
commitb31f0d1676f4ce69052b0bbfd608ad2d14058f23 (patch)
treea94991ce77532b8767d5d3c6ac0e9ab58f4b9a2c /gfxnvidia.c
parent15b617fad8871538ae54358e05e5f94b8c8400cf (diff)
downloadflashrom-b31f0d1676f4ce69052b0bbfd608ad2d14058f23.zip
flashrom-b31f0d1676f4ce69052b0bbfd608ad2d14058f23.tar.gz
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>
Diffstat (limited to 'gfxnvidia.c')
-rw-r--r--gfxnvidia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfxnvidia.c b/gfxnvidia.c
index 5bf4d4e..4ebf7ee 100644
--- a/gfxnvidia.c
+++ b/gfxnvidia.c
@@ -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;
OpenPOWER on IntegriCloud