Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / southbridge / intel / i82801bx / i82801bx_smbus.h
index 7a7850835be6e73e9c79106646f7ec5d23b66d7e..6287b631afcec7f6d690a13c855a3379fcc2d04b 100644 (file)
@@ -110,13 +110,13 @@ 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)
 {
 #warning "do_smbus_write_block is commented out"
-       print_err("Untested smbus_write_block called\r\n");
+       print_err("Untested smbus_write_block called\n");
 #if 0
        unsigned char global_control_register;
        unsigned char global_status_register;
@@ -177,7 +177,7 @@ static int do_smbus_write_block(unsigned device, unsigned length, unsigned cmd,
                     SMBUS_IO_BASE + SMBHSTSTAT);
        }
 
-       print_debug("SMBUS Block complete\r\n");
+       print_debug("SMBUS Block complete\n");
        return 0;
 #endif
 }