Joel Sherrill wrote:
Should this be print? But this is beyond his scope

No, it is just a case of "... %#6x\n" -> "... %#6xn" so the line feed at the end of the format string is now missing.


Chris Johns<[email protected]>  wrote:


Vipul Nayyar wrote:
-    printf("cs8900_io_set_reg: reg: %#6x, val %#6x\n",
+    printf("cs8900_io_set_reg: reg: %#6x, val %#6xn",

Did you do a global search and replace of '\' ? Please fix up and resubmit.

Chris
_______________________________________________
rtems-devel mailing list
[email protected]
http://www.rtems.org/mailman/listinfo/rtems-devel
_______________________________________________
rtems-devel mailing list
[email protected]
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to