remove trailing whitespace
[coreboot.git] / src / superio / smsc / kbc1100 / kbc1100_early_init.c
index 4247a96318d1d72a7ca2d7e7640f00a46ce9248c..84aa4e05104d479d7b9d12c008df807242cad77c 100644 (file)
@@ -40,11 +40,11 @@ static inline void kbc1100_early_init(unsigned port)
   dev = PNP_DEV (port, KBC1100_KBC);
 
   pnp_enter_conf_state(dev);
-  
+
   /* Serial IRQ enabled */
   outb(0x25, port);
   outb(0x04, port + 1);
-  
+
   /* Enable SMSC UART 0 */
   dev = PNP_DEV (port, SMSCSUPERIO_SP1);
   pnp_set_logical_device(dev);
@@ -70,6 +70,6 @@ static inline void kbc1100_early_init(unsigned port)
   pnp_exit_conf_state(dev);
 
   /* disable the 1s timer */
-  outb(0xE7, 0x64);  
+  outb(0xE7, 0x64);
 }