svn commit: r198960 - stable/8/sys/dev/aac
Ed Maste
emaste at FreeBSD.org
Thu Nov 5 18:34:02 UTC 2009
Author: emaste
Date: Thu Nov 5 18:34:01 2009
New Revision: 198960
URL: http://svn.freebsd.org/changeset/base/198960
Log:
MFC r198525:
Whitespace fixup: 8 spaces -> tab
Modified:
stable/8/sys/dev/aac/aac.c
stable/8/sys/dev/aac/aac_cam.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
Modified: stable/8/sys/dev/aac/aac.c
==============================================================================
--- stable/8/sys/dev/aac/aac.c Thu Nov 5 18:25:26 2009 (r198959)
+++ stable/8/sys/dev/aac/aac.c Thu Nov 5 18:34:01 2009 (r198960)
@@ -229,7 +229,7 @@ static int aac_query_disk(struct aac_so
static int aac_get_pci_info(struct aac_softc *sc, caddr_t uptr);
static int aac_supported_features(struct aac_softc *sc, caddr_t uptr);
static void aac_ioctl_event(struct aac_softc *sc,
- struct aac_event *event, void *arg);
+ struct aac_event *event, void *arg);
static struct aac_mntinforesp *
aac_get_container_info(struct aac_softc *sc, struct aac_fib *fib, int cid);
@@ -3618,7 +3618,7 @@ aac_query_disk(struct aac_softc *sc, cad
query_disk.Lun = 0;
query_disk.UnMapped = 0;
sprintf(&query_disk.diskDeviceName[0], "%s%d",
- disk->ad_disk->d_name, disk->ad_disk->d_unit);
+ disk->ad_disk->d_name, disk->ad_disk->d_unit);
}
mtx_unlock(&sc->aac_container_lock);
Modified: stable/8/sys/dev/aac/aac_cam.c
==============================================================================
--- stable/8/sys/dev/aac/aac_cam.c Thu Nov 5 18:25:26 2009 (r198959)
+++ stable/8/sys/dev/aac/aac_cam.c Thu Nov 5 18:34:01 2009 (r198960)
@@ -272,10 +272,10 @@ aac_cam_action(struct cam_sim *sim, unio
strncpy(cpi->hba_vid, "Adaptec", HBA_IDLEN);
strncpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN);
cpi->unit_number = cam_sim_unit(sim);
- cpi->transport = XPORT_SPI;
- cpi->transport_version = 2;
- cpi->protocol = PROTO_SCSI;
- cpi->protocol_version = SCSI_REV_2;
+ cpi->transport = XPORT_SPI;
+ cpi->transport_version = 2;
+ cpi->protocol = PROTO_SCSI;
+ cpi->protocol_version = SCSI_REV_2;
ccb->ccb_h.status = CAM_REQ_CMP;
xpt_done(ccb);
return;
More information about the svn-src-stable
mailing list