diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c
index a185aae8d6..f40b4d8adf 100644
--- a/src/devices/pci_device.c
+++ b/src/devices/pci_device.c
@@ -672,8 +672,8 @@ unsigned int pci_scan_bus(struct bus *bus, unsigned min_devfn,
}
post_code(0x25);
- /* if the child provides scan_bus(), for example a bridge, scan the
- * bus behind that child */
+ /* if a child provides scan_bus(), for example a bridge, scan
+ * buses behind that child */
for (child = bus->children; child; child = child->sibling) {
if (!child->ops->scan_bus) {
continue;
diff --git a/util/buildrom/buildrom.c b/util/buildrom/buildrom.c
index 27a5d447d0..0de18f5db2 100644
--- a/util/buildrom/buildrom.c
+++ b/util/buildrom/buildrom.c
@@ -17,20 +17,21 @@
* For now we assume "zero" is 0xff
*/
-void
-usage(){
+void usage()
+{
fprintf(stderr, "Usage: buildrom