mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Fix newlines broken at r204220.
This commit is contained in:
parent
c59ee18a21
commit
0aacc53526
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204353
@ -1096,7 +1096,7 @@ xpt_announce_periph(struct cam_periph *periph, char *announce_string)
|
||||
/* Announce command queueing. */
|
||||
if (path->device->inq_flags & SID_CmdQue
|
||||
|| path->device->flags & CAM_DEV_TAG_AFTER_COUNT) {
|
||||
printf("\n%s%d: Command Queueing enabled",
|
||||
printf("%s%d: Command Queueing enabled\n",
|
||||
periph->periph_name, periph->unit_number);
|
||||
}
|
||||
/* Announce caller's details if they've passed in. */
|
||||
|
Loading…
Reference in New Issue
Block a user