git: eea2563d7fc5 - stable/13 - if_ffec: fix some misleading indentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Jul 2022 16:40:05 UTC
The branch stable/13 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=eea2563d7fc56272434a7aedc52a492c4291057d
commit eea2563d7fc56272434a7aedc52a492c4291057d
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2022-05-07 20:26:44 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2022-07-04 16:34:57 +0000
if_ffec: fix some misleading indentation
(cherry picked from commit b93985c11a6e7c7dd5fcaca8db6f4847a0126991)
---
sys/dev/ffec/if_ffec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/ffec/if_ffec.c b/sys/dev/ffec/if_ffec.c
index 22187fd1e7de..66e053fcdf67 100644
--- a/sys/dev/ffec/if_ffec.c
+++ b/sys/dev/ffec/if_ffec.c
@@ -1428,7 +1428,7 @@ ffec_detach(device_t dev)
bus_dmamap_destroy(sc->rxdesc_tag, sc->rxdesc_map);
}
if (sc->rxdesc_tag != NULL)
- bus_dma_tag_destroy(sc->rxdesc_tag);
+ bus_dma_tag_destroy(sc->rxdesc_tag);
/* Clean up TX DMA resources. */
for (idx = 0; idx < TX_DESC_COUNT; ++idx) {