mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
Really spell suppress the right way
This commit is contained in:
parent
0dcfaeeec5
commit
3cb589872c
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ xl_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error)
|
|||
* only a finite amount of time to avoid getting caught in an
|
||||
* infinite loop. Normally this delay routine would be a macro,
|
||||
* but it isn't called during normal operation so we can afford
|
||||
* to make it a function. Supress warning when card gone.
|
||||
* to make it a function. Suppress warning when card gone.
|
||||
*/
|
||||
static void
|
||||
xl_wait(struct xl_softc *sc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue