diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-11-08 23:59:41 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-11-08 23:59:41 +0000 |
| commit | 28323add0916d61a7bcea74f30e9b40b837809ce (patch) | |
| tree | b30ebe1095d83a4c63a7733dfd3cb069c823c27e /sys/dev | |
| parent | b5b4f379e0e3193eece6bd52d6e74d3992a6df4f (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx.seq | 2 | ||||
| -rw-r--r-- | sys/dev/ath/if_ath_tdma.c | 2 | ||||
| -rw-r--r-- | sys/dev/isci/scil/sati_design.h | 2 | ||||
| -rw-r--r-- | sys/dev/isci/scil/sci_base_controller.h | 2 | ||||
| -rw-r--r-- | sys/dev/sfxge/common/efx_mcdi.c | 2 | ||||
| -rw-r--r-- | sys/dev/sound/pci/hda/hdaa.c | 4 | ||||
| -rw-r--r-- | sys/dev/sound/pci/hda/hdac.c | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index e1bf960aeecc..83a273a018ab 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -1446,7 +1446,7 @@ p_command_xfer: test SSTAT0, SDONE jnz . + 2; test SSTAT1, PHASEMIS jz . - 1; /* - * Wait for our ACK to go-away on it's own + * Wait for our ACK to go-away on its own * instead of being killed by SCSIEN getting cleared. */ test SCSISIGI, ACKI jnz .; diff --git a/sys/dev/ath/if_ath_tdma.c b/sys/dev/ath/if_ath_tdma.c index c29da1b1de89..e545a3eaf837 100644 --- a/sys/dev/ath/if_ath_tdma.c +++ b/sys/dev/ath/if_ath_tdma.c @@ -270,7 +270,7 @@ ath_tdma_config(struct ath_softc *sc, struct ieee80211vap *vap) * fixed/lowest transmit rate. Note that the interface * mtu does not include the 802.11 overhead so we must * tack that on (ath_hal_computetxtime includes the - * preamble and plcp in it's calculation). + * preamble and plcp in its calculation). */ tdma = vap->iv_tdma; if (tp->ucastrate != IEEE80211_FIXED_RATE_NONE) diff --git a/sys/dev/isci/scil/sati_design.h b/sys/dev/isci/scil/sati_design.h index 372dce0f7d29..47f05b0642cd 100644 --- a/sys/dev/isci/scil/sati_design.h +++ b/sys/dev/isci/scil/sati_design.h @@ -130,7 +130,7 @@ block devices (e.g. disks). @image html Use_Case_Diagram__SATI__SATI_-_SBC.jpg "SCSI Block Command Translation Use Cases" -The SCSI-to-ATA Translation (SAT) specification defines a few of it's own +The SCSI-to-ATA Translation (SAT) specification defines a few of its own commands, parameter data, and log pages. This use case diagram, however, only captures the SAT specific commands being translated. diff --git a/sys/dev/isci/scil/sci_base_controller.h b/sys/dev/isci/scil/sci_base_controller.h index cdf38a13ae8d..dc28b52627ee 100644 --- a/sys/dev/isci/scil/sci_base_controller.h +++ b/sys/dev/isci/scil/sci_base_controller.h @@ -90,7 +90,7 @@ typedef enum _SCI_BASE_CONTROLLER_STATES /** * This state indicates that the controller is reset. The memory for - * the controller is in it's initial state, but the controller requires + * the controller is in its initial state, but the controller requires * initialization. * This state is entered from the INITIAL state. * This state is entered from the RESETTING state. diff --git a/sys/dev/sfxge/common/efx_mcdi.c b/sys/dev/sfxge/common/efx_mcdi.c index d50e7c70265d..25006b397cf4 100644 --- a/sys/dev/sfxge/common/efx_mcdi.c +++ b/sys/dev/sfxge/common/efx_mcdi.c @@ -1092,7 +1092,7 @@ efx_mcdi_read_assertion( /* * Before we attempt to chat to the MC, we should verify that the MC - * isn't in it's assertion handler, either due to a previous reboot, + * isn't in its assertion handler, either due to a previous reboot, * or because we're reinitializing due to an eec_exception(). * * Use GET_ASSERTS to read any assertion state that may be present. diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c index c24f428399bf..199679ccb9b2 100644 --- a/sys/dev/sound/pci/hda/hdaa.c +++ b/sys/dev/sound/pci/hda/hdaa.c @@ -2382,7 +2382,7 @@ hdaa_audio_ctl_source_volume(struct hdaa_pcm_devinfo *pdevinfo, } /* If widget has own ossdev - not traverse it. - It will be traversed on it's own. */ + It will be traversed on its own. */ if (w->ossdev >= 0 && depth > 0) return; @@ -4550,7 +4550,7 @@ hdaa_audio_ctl_source_amp(struct hdaa_devinfo *devinfo, nid_t nid, int index, } /* If widget has own ossdev - not traverse it. - It will be traversed on it's own. */ + It will be traversed on its own. */ if (w->ossdev >= 0 && depth > 0) return (found); diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c index a63c730e911e..4be6056183d7 100644 --- a/sys/dev/sound/pci/hda/hdac.c +++ b/sys/dev/sound/pci/hda/hdac.c @@ -426,7 +426,7 @@ hdac_reset(struct hdac_softc *sc, int wakeup) /* * Wait for codecs to finish their own reset sequence. The delay here - * should be of 250us but for some reasons, on it's not enough on my + * should be of 250us but for some reasons, it's not enough on my * computer. Let's use twice as much as necessary to make sure that * it's reset properly. */ |
