Al's comment bug.
This commit is contained in:
parent
e32131bb05
commit
7ca48023af
@ -128,7 +128,7 @@ PRIVATE void kputc(c)
|
|||||||
int c; /* character to append */
|
int c; /* character to append */
|
||||||
{
|
{
|
||||||
/* Accumulate a single character for a kernel message. Send a notification
|
/* Accumulate a single character for a kernel message. Send a notification
|
||||||
* the to output driver if an END_OF_KMESS is encountered.
|
* to the output driver if an END_OF_KMESS is encountered.
|
||||||
*/
|
*/
|
||||||
if (c != END_OF_KMESS) {
|
if (c != END_OF_KMESS) {
|
||||||
if (do_serial_debug)
|
if (do_serial_debug)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user