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
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user