From 75ff90814aec7a68e719d326f8dd0a7e1d0fc66d Mon Sep 17 00:00:00 2001 From: Zhenlei Huang Date: Thu, 24 Oct 2024 23:04:49 +0800 Subject: [PATCH] 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) */