PERFORCE change 165400 for review

Alexander Motin mav at FreeBSD.org
Mon Jun 29 14:09:31 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165400

Change 165400 by mav at mav_mavbook on 2009/06/29 14:09:08

	Remove extra capitalization.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/ata/ata_da.c#16 edit
.. //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#92 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/ata/ata_da.c#16 (text+ko) ====

@@ -735,7 +735,7 @@
 		dp->secs_per_track, dp->cylinders);
 	xpt_announce_periph(periph, announce_buf);
 	if (softc->flags & ADA_FLAG_CAN_NCQ) {
-		printf("%s%d: Native Command Queueing Enabled\n",
+		printf("%s%d: Native Command Queueing enabled\n",
 		       periph->periph_name, periph->unit_number);
 	}
 

==== //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#92 (text+ko) ====

@@ -1143,7 +1143,7 @@
 
 	if (path->device->inq_flags & SID_CmdQue
 	 || path->device->flags & CAM_DEV_TAG_AFTER_COUNT) {
-		printf("\n%s%d: Command Queueing Enabled",
+		printf("\n%s%d: Command Queueing enabled",
 		       periph->periph_name, periph->unit_number);
 	}
 	printf("\n");


More information about the p4-projects mailing list