Add a missing newline to an error message.
PR: 30436 Submitted by: Joerg Lehners <Lehners@Informatik.Uni-Oldenburg.DE>
This commit is contained in:
parent
87bf1e0e5c
commit
80c581e156
@ -1358,7 +1358,7 @@ determined_type: ;
|
||||
com->irqres, INTR_TYPE_TTY,
|
||||
siointr, com, &com->cookie);
|
||||
if (ret == 0)
|
||||
device_printf(dev, "unable to activate interrupt in fast mode - using normal mode");
|
||||
device_printf(dev, "unable to activate interrupt in fast mode - using normal mode\n");
|
||||
}
|
||||
if (ret)
|
||||
device_printf(dev, "could not activate interrupt\n");
|
||||
|
@ -1358,7 +1358,7 @@ determined_type: ;
|
||||
com->irqres, INTR_TYPE_TTY,
|
||||
siointr, com, &com->cookie);
|
||||
if (ret == 0)
|
||||
device_printf(dev, "unable to activate interrupt in fast mode - using normal mode");
|
||||
device_printf(dev, "unable to activate interrupt in fast mode - using normal mode\n");
|
||||
}
|
||||
if (ret)
|
||||
device_printf(dev, "could not activate interrupt\n");
|
||||
|
Loading…
Reference in New Issue
Block a user