mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
enic: Remove a stray semicolon
MFC after: 1 week (cherry picked from commit 75ff90814aec7a68e719d326f8dd0a7e1d0fc66d)
This commit is contained in:
parent
5942658cf3
commit
88971439fb
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ struct enic {
|
|||
|
||||
/* interrupt vectors (len = conf_intr_count) */
|
||||
struct vnic_intr *intr;
|
||||
struct intr_queue *intr_queues;;
|
||||
struct intr_queue *intr_queues;
|
||||
unsigned int intr_count; /* equals enabled interrupts (lsc + rxqs) */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue