summaryrefslogtreecommitdiff
path: root/util/superiotool/superiotool.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-03-01 18:49:39 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-03-01 18:49:39 +0000
commiteec5ff4ccb48a640e8a289f1faabee4ff2587005 (patch)
treec2c415ff277eaaf60bea55c2b2bbd2482c990c6c /util/superiotool/superiotool.c
parenta04027efcac0d2f7c88e726bc0bf47fa337ca085 (diff)
downloadcoreboot-eec5ff4ccb48a640e8a289f1faabee4ff2587005.tar.xz
Small coding style fixes and documentation updates (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3121 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.c')
-rw-r--r--util/superiotool/superiotool.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/superiotool/superiotool.c b/util/superiotool/superiotool.c
index 1edaf30f86..637c0b089e 100644
--- a/util/superiotool/superiotool.c
+++ b/util/superiotool/superiotool.c
@@ -158,8 +158,7 @@ void probing_for(const char *vendor, const char *info, uint16_t port)
return;
/* Yes, there's no space between '%s' and 'at'! */
- printf("Probing for %s Super I/O %sat 0x%x...\n",
- vendor, info, port);
+ printf("Probing for %s Super I/O %sat 0x%x...\n", vendor, info, port);
}
/** Print a list of all supported chips from the given vendor. */