The branch main has been updated by zlei:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=75ff90814aec7a68e719d326f8dd0a7e1d0fc66d

commit 75ff90814aec7a68e719d326f8dd0a7e1d0fc66d
Author:     Zhenlei Huang <z...@freebsd.org>
AuthorDate: 2024-10-24 15:04:49 +0000
Commit:     Zhenlei Huang <z...@freebsd.org>
CommitDate: 2024-10-24 15:04:49 +0000

    enic: Remove a stray semicolon
    
    MFC after:      1 week
---
 sys/dev/enic/enic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/enic/enic.h b/sys/dev/enic/enic.h
index 6d0eb8563efd..8c2212726548 100644
--- a/sys/dev/enic/enic.h
+++ b/sys/dev/enic/enic.h
@@ -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) */
 
 

Reply via email to