Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147683336
D49799.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D49799.diff
View Options
diff --git a/sys/dev/mpi3mr/mpi3mr.c b/sys/dev/mpi3mr/mpi3mr.c
--- a/sys/dev/mpi3mr/mpi3mr.c
+++ b/sys/dev/mpi3mr/mpi3mr.c
@@ -2801,8 +2801,7 @@
MPI3_SYSIF_FAULT_CODE_MASK;
if (fault == MPI3_SYSIF_FAULT_CODE_INSUFFICIENT_PCI_SLOT_POWER)
mpi3mr_dprint(sc, MPI3MR_INFO,
- "controller faulted due to insufficient power. "
- "try by connecting it in a different slot\n");
+ "controller faulted due to insufficient power, try by connecting it in a different slot\n");
goto err;
U32 host_diagnostic;
@@ -3186,9 +3185,8 @@
if (((sc->init_cmds.ioc_status & MPI3_IOCSTATUS_STATUS_MASK) != MPI3_IOCSTATUS_SUCCESS) &&
(sc->init_cmds.ioc_status != MPI3_IOCSTATUS_SUPERVISOR_ONLY)) {
- mpi3mr_dprint(sc, MPI3MR_ERROR, "Issue timestamp sync: Failed IOCStatus(0x%04x) "
- " Loginfo(0x%08x) \n", (sc->init_cmds.ioc_status & MPI3_IOCSTATUS_STATUS_MASK),
- sc->init_cmds.ioc_loginfo);
+ mpi3mr_dprint(sc, MPI3MR_ERROR, "Issue timestamp sync: Failed IOCStatus(0x%04x) Loginfo(0x%08x)\n",
+ (sc->init_cmds.ioc_status & MPI3_IOCSTATUS_STATUS_MASK), sc->init_cmds.ioc_loginfo);
retval = -1;
}
@@ -3316,8 +3314,7 @@
if (fault == MPI3_SYSIF_FAULT_CODE_INSUFFICIENT_PCI_SLOT_POWER) {
mpi3mr_dprint(sc, MPI3MR_INFO,
- "controller faulted due to insufficient power, marking"
- " controller as unrecoverable\n");
+ "controller faulted due to insufficient power, marking controller as unrecoverable\n");
sc->unrecoverable = 1;
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 13, 9:46 PM (5 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29637927
Default Alt Text
D49799.diff (1 KB)
Attached To
Mode
D49799: mpi3mr: modified the log messages in the driver to be on a single line for better log parsing and greppability.
Attached
Detach File
Event Timeline
Log In to Comment