diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2022-03-28 17:24:06 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2022-04-11 02:45:07 +0000 |
| commit | 5de017411c3dbbc50d5dedbc6901db4e5bf7be3f (patch) | |
| tree | 14aae051748ac0e4a08f01ab63a4a832d41e1640 /sys/dev/mpr | |
| parent | fbc0c2a21b761f676050e8769ef6ea498c0ac579 (diff) | |
Diffstat (limited to 'sys/dev/mpr')
| -rw-r--r-- | sys/dev/mpr/mpr_user.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mpr/mpr_user.c b/sys/dev/mpr/mpr_user.c index 08c2b8b39244..d04aaa24ea0b 100644 --- a/sys/dev/mpr/mpr_user.c +++ b/sys/dev/mpr/mpr_user.c @@ -1311,7 +1311,7 @@ mpr_post_fw_diag_buffer(struct mpr_softc *sc, reply = (MPI2_DIAG_BUFFER_POST_REPLY *)cm->cm_reply; if (reply == NULL) { mpr_printf(sc, "%s: reply is NULL, probably due to " - "reinitialization", __func__); + "reinitialization\n", __func__); status = MPR_DIAG_FAILURE; goto done; } @@ -1405,7 +1405,7 @@ mpr_release_fw_diag_buffer(struct mpr_softc *sc, reply = (MPI2_DIAG_RELEASE_REPLY *)cm->cm_reply; if (reply == NULL) { mpr_printf(sc, "%s: reply is NULL, probably due to " - "reinitialization", __func__); + "reinitialization\n", __func__); status = MPR_DIAG_FAILURE; goto done; } |
