Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / southbridge / intel / i82801bx / i82801bx_smbus.h
index e4ec70bc5f1f85201153076bced4b29830f789a4..6287b631afcec7f6d690a13c855a3379fcc2d04b 100644 (file)
@@ -110,7 +110,7 @@ static int do_smbus_read_byte(unsigned device, unsigned address)
        return byte;
 }
 
-/* This function is neither used nor tested by me (Corey Osgood), the author 
+/* This function is neither used nor tested by me (Corey Osgood), the author
 (Yinghai) probably tested/used it on i82801er */
 static int do_smbus_write_block(unsigned device, unsigned length, unsigned cmd,
                                unsigned data1, unsigned data2)