CK804: Cosmetic fixes, switch to u8 et al.
[coreboot.git] / src / southbridge / nvidia / ck804 / early_smbus.c
index 70f8744c25abc871bddbfe6d71a553c3f514d8c5..cb3fb6e77a0fab1f1b5c1981c72c4b7b61ff521f 100644 (file)
@@ -64,7 +64,7 @@ int ck804_smbus_read_byte(unsigned bus, unsigned device, unsigned address)
 }
 
 int ck804_smbus_write_byte(unsigned bus, unsigned device, unsigned address,
-                           unsigned char val)
+                          unsigned char val)
 {
        return do_smbus_write_byte(SMBUS_BASE(bus), device, address, val);
 }