diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-09 12:31:19 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-09 12:31:19 +0000 |
| commit | 75e1650d7fe8b9b15b0df59ab5f71626cc537775 (patch) | |
| tree | c9c709e9f53242034ed4e49064e9d692f5c9d282 /sys/dev/bhnd | |
| parent | 9a22f7fb9da3c4e4b028c9008b13c7aa7018aa6e (diff) | |
Diffstat (limited to 'sys/dev/bhnd')
| -rw-r--r-- | sys/dev/bhnd/cores/pci/bhnd_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bhnd/cores/pci/bhnd_pci.c b/sys/dev/bhnd/cores/pci/bhnd_pci.c index 06aba31f4013..482c4c5c50c6 100644 --- a/sys/dev/bhnd/cores/pci/bhnd_pci.c +++ b/sys/dev/bhnd/cores/pci/bhnd_pci.c @@ -354,7 +354,7 @@ bhnd_pcie_mdio_cmd_write(struct bhnd_pci_softc *sc, uint32_t cmd) } /** - * Issue an an MDIO read command, wait for completion, and return + * Issue an MDIO read command, wait for completion, and return * the result in @p data_read. */ static int |
