mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Add missing newline in probe message.
PR: kern/8168 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
This commit is contained in:
parent
523e3b0f7f
commit
a7eaa4dbf7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40039
@ -24,7 +24,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* From Id: lpt.c,v 1.55.2.1 1996/11/12 09:08:38 phk Exp
|
||||
* $Id: if_plip.c,v 1.2 1998/08/12 18:02:48 bde Exp $
|
||||
* $Id: if_plip.c,v 1.3 1998/08/17 01:05:23 bde Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -212,7 +212,7 @@ lpprobe(struct ppb_data *ppb)
|
||||
lp->lp_unit = nlp;
|
||||
|
||||
if (bootverbose)
|
||||
printf("plip: irq %d", ppb->ppb_link->id_irq);
|
||||
printf("plip: irq %d\n", ppb->ppb_link->id_irq);
|
||||
|
||||
/*
|
||||
* ppbus dependent initialisation.
|
||||
|
Loading…
Reference in New Issue
Block a user