trival. All the changes is about comment and spaces.
[coreboot.git] / src / superio / ite / it8718f / it8718f_early_serial.c
index f4fa04ef23efb95b2fefbecb1be1b766d9ec9af1..6aae54d65ef7fa95912a99fb499db381aef4e094 100644 (file)
@@ -83,8 +83,8 @@ static void it8718f_enable_serial(device_t dev, unsigned iobase)
        /* (2) Modify the data of configuration registers. */
 
        /* Select the chip to configure (if there's more than one).
-           Set bit 7 to select JP3=1, clear bit 7 to select JP3=0.
-           If this register is not written, both chips are configured. */
+          Set bit 7 to select JP3=1, clear bit 7 to select JP3=0.
+          If this register is not written, both chips are configured. */
        /* it8718f_sio_write(0x00, IT8718F_CONFIG_REG_CONFIGSEL, 0x00); */
 
        /* Enable serial port(s). */
@@ -97,4 +97,3 @@ static void it8718f_enable_serial(device_t dev, unsigned iobase)
        /* (3) Exit the configuration state (MB PnP mode). */
        it8718f_exit_conf();
 }
-