From eec5ff4ccb48a640e8a289f1faabee4ff2587005 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 1 Mar 2008 18:49:39 +0000 Subject: Small coding style fixes and documentation updates (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3121 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/superiotool.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util/superiotool/superiotool.c') 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. */ -- cgit v1.2.3