Fix a few whitespace and coding style issues.
[coreboot.git] / src / southbridge / intel / sch / usb_client.c
index ea20c12bc0c980c17a2b608a583ca6be8e0c34e8..8748e825d1d8e26939adf76bfe8c7e417218f38a 100644 (file)
@@ -5,8 +5,7 @@
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; version 2 of
- * the License.
+ * published by the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -48,7 +47,7 @@ static void usb_client_set_subsystem(device_t dev, unsigned vendor, unsigned dev
 }
 
 static struct pci_operations lops_pci = {
-       .set_subsystem  = &usb_client_set_subsystem,
+       .set_subsystem = &usb_client_set_subsystem,
 };
 
 static struct device_operations usb_client_ops = {
@@ -60,7 +59,6 @@ static struct device_operations usb_client_ops = {
        .ops_pci                = &lops_pci,
 };
 
-/*  */
 static const struct pci_driver sch_usb_client __pci_driver = {
        .ops    = &usb_client_ops,
        .vendor = PCI_VENDOR_ID_INTEL,