svn commit: r350720 - stable/12/sys/cam/scsi

Alexander Motin mav at FreeBSD.org
Thu Aug 8 02:06:24 UTC 2019


Author: mav
Date: Thu Aug  8 02:06:23 2019
New Revision: 350720
URL: https://svnweb.freebsd.org/changeset/base/350720

Log:
  MFC r348963: Minor white space changes.
  
  Remove trailing white space that's crept into this file.

Modified:
  stable/12/sys/cam/scsi/scsi_xpt.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/cam/scsi/scsi_xpt.c
==============================================================================
--- stable/12/sys/cam/scsi/scsi_xpt.c	Thu Aug  8 02:04:29 2019	(r350719)
+++ stable/12/sys/cam/scsi/scsi_xpt.c	Thu Aug  8 02:06:23 2019	(r350720)
@@ -1603,7 +1603,7 @@ probe_device_check:
 				start = strspn(serial_buf->serial_num, " ");
 				slen = serial_buf->length - start;
 				if (slen <= 0) {
-					/* 
+					/*
 					 * SPC5r05 says that an all-space serial
 					 * number means no product serial number
 					 * is available
@@ -2116,7 +2116,7 @@ scsi_scan_bus(struct cam_periph *periph, union ccb *re
 			CAM_GET_LUN(target->luns, 0, first);
 			if (first == 0 && scan_info->lunindex[target_id] == 0) {
 				scan_info->lunindex[target_id]++;
-			} 
+			}
 
 			/*
 			 * Skip any LUNs that the HBA can't deal with.
@@ -2601,7 +2601,7 @@ scsi_dev_advinfo(union ccb *start_ccb)
 		 * We fetch extended inquiry data during probe, if
 		 * available.  We don't allow changing it.
 		 */
-		if (cdai->flags & CDAI_FLAG_STORE) 
+		if (cdai->flags & CDAI_FLAG_STORE)
 			return;
 		cdai->provsiz = device->ext_inq_len;
 		if (device->ext_inq_len == 0)
@@ -2993,7 +2993,7 @@ scsi_dev_async(u_int32_t async_code, struct cam_eb *bu
 		 */
 		if (async_code == AC_SENT_BDR
 		 || async_code == AC_BUS_RESET) {
-			cam_freeze_devq(&newpath); 
+			cam_freeze_devq(&newpath);
 			cam_release_devq(&newpath,
 				RELSIM_RELEASE_AFTER_TIMEOUT,
 				/*reduction*/0,
@@ -3051,7 +3051,7 @@ _scsi_announce_periph(struct cam_periph *periph, u_int
 	cpi.ccb_h.func_code = XPT_PATH_INQ;
 	xpt_action((union ccb *)&cpi);
 
-	/* Report connection speed */ 
+	/* Report connection speed */
 	*speed = cpi.base_transfer_speed;
 	*freq = 0;
 


More information about the svn-src-all mailing list