git: 88971439fbe0 - stable/14 - enic: Remove a stray semicolon
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 04:43:59 UTC
The branch stable/14 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=88971439fbe02b8ffd129c1cc78094d2278b95a8 commit 88971439fbe02b8ffd129c1cc78094d2278b95a8 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2024-10-24 15:04:49 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2024-10-31 04:40:17 +0000 enic: Remove a stray semicolon MFC after: 1 week (cherry picked from commit 75ff90814aec7a68e719d326f8dd0a7e1d0fc66d) --- 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) */