From e7ef108cf483552740a1731d976233e6f42259fc Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 8 May 2019 00:09:10 +0000 Subject: [PATCH] Add missing newline to debug printf. --- sys/dev/mpr/mpr_sas_lsi.c | 2 +- sys/dev/mps/mps_sas_lsi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/mpr/mpr_sas_lsi.c b/sys/dev/mpr/mpr_sas_lsi.c index 68dd4053bad..3d6c0b75f2e 100644 --- a/sys/dev/mpr/mpr_sas_lsi.c +++ b/sys/dev/mpr/mpr_sas_lsi.c @@ -1206,7 +1206,7 @@ mprsas_get_sata_identify(struct mpr_softc *sc, u16 handle, * reset */ mpr_dprint(sc, MPR_INFO|MPR_FAULT|MPR_MAPPING, - "Request for SATA PASSTHROUGH page completed with error %d", + "Request for SATA PASSTHROUGH page completed with error %d\n", error); error = ENXIO; goto out; diff --git a/sys/dev/mps/mps_sas_lsi.c b/sys/dev/mps/mps_sas_lsi.c index eea1b35ec26..2f23b102e1c 100644 --- a/sys/dev/mps/mps_sas_lsi.c +++ b/sys/dev/mps/mps_sas_lsi.c @@ -979,7 +979,7 @@ mpssas_get_sata_identify(struct mps_softc *sc, u16 handle, * reset */ mps_dprint(sc, MPS_INFO|MPS_FAULT|MPS_MAPPING, - "Request for SATA PASSTHROUGH page completed with error %d", + "Request for SATA PASSTHROUGH page completed with error %d\n", error); error = ENXIO; goto out;