Add missing newline to debug printf.

This commit is contained in:
Warner Losh 2019-05-08 00:09:10 +00:00
parent 451cddebfa
commit e7ef108cf4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347237
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;