Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
b93985c1
Commit
b93985c1
authored
May 07, 2022
by
Mitchell Horne
Browse files
if_ffec: fix some misleading indentation
parent
97187590
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/dev/ffec/if_ffec.c
View file @
b93985c1
...
...
@@ -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
)
{
...
...
HardenedBSD Services
@hardenedbsd-services
mentioned in commit
eea2563d
·
Jul 04, 2022
mentioned in commit
eea2563d
mentioned in commit eea2563d7fc56272434a7aedc52a492c4291057d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment