From nobody Sat Jul 25 16:53:43 2026 Received: from m16.mail.163.com (m16.mail.163.com [117.135.210.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9389D22301; Thu, 16 Jul 2026 01:12:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=117.135.210.5 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784164371; cv=none; b=pArhMkuGXXrM7t7dqMEVZT6gR2VeGE6fIjMoK3a0C/akijzi8gq90Xe40/iVh+ZWsTJgEcQBh5Dx52kVUVBZ2R21lXo1HkS8qAgHgh+66diy4fUZy+4W521DFt+FgYBQ7YIS1cojSiVv9zARRRQBXkPj/cExMKn+uAgA1g5rF9E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784164371; c=relaxed/simple; bh=DfEGZLbpNr1Td3qpQBAX25KuI+JZVPWvBAyQ+7BrePo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=MD0onP2VBpJ/yqL9W5bYDRxN2kLMPD5BxHw1xjN8CVp/qLf2mml/7n37x/vKr2lVMwysMTJg1aMAssqD1iVbRX2ISLwNM7I7rLFzNxd4Y2DgtQ8UfRuNdKMtxhB9D51vKXxDiiVDhRuHjBP2PXcDl8kxwqGaYNUdKsu94BScowk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=163.com; spf=pass smtp.mailfrom=163.com; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b=hy4mgGuP; arc=none smtp.client-ip=117.135.210.5 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=163.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=163.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b="hy4mgGuP" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:To:Subject:Date:Message-ID:MIME-Version; bh=Jk mJJ/Dw/np/7CC7VDLvi1PmKMKsv3Wcz6L1/cd1zu8=; b=hy4mgGuPsW16HAfs4h lwt3koyx4CO6LBx1uuL9pHaJhaIrI1FBWaJPYo1pj4HA+3INgYzb0EEJ6gjZyMMz lgo+76WdHtrPvulozOz77kBwxvVOIEVElpRuBMURB5iqw3I7v1Ven7u1GpuWdNaS /n2MBDVLP8u3sJholO66iJr7g= Received: from xwm-TianYi510Pro-14IMB.. (unknown []) by gzsmtp4 (Coremail) with SMTP id PygvCgCHLyvdL1hqtD_uHQ--.48655S2; Thu, 16 Jul 2026 09:11:58 +0800 (CST) From: Weimin Xiong To: virtualization@lists.linux.dev Cc: netdev@vger.kernel.org, mst@redhat.com, jasowangio@gmail.com, xuanzhuo@linux.alibaba.com, eperezma@redhat.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-kernel@vger.kernel.org Subject: [PATCH] virtio_net: fix spelling of aggressively in comments Date: Thu, 16 Jul 2026 09:12:01 +0800 Message-ID: <20260716011201.86688-1-xiongwm2026@163.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CM-TRANSID: PygvCgCHLyvdL1hqtD_uHQ--.48655S2 X-Coremail-Antispam: 1Uf129KBjvdXoW7XFy3tFyDtrWUCF4UKFyxuFg_yoWkJFb_Jr yjqFn0gr45Ww1Ykw4UCa13ArZFyan0qay8WaySvrZxW3yDAry7GrZ2qr9rC3Zruw40yF13 GwsFyF1UJ343WjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUeF_MDUUUUU== X-CM-SenderInfo: x0lr0wdzpsijqw6rljoofrz/xtbCzh6zQ2pYL94v-gAA3y Content-Type: text/plain; charset="utf-8" From: xiongweimin Two receive-path comments misspell "aggressively" as "agressively". Signed-off-by: xiongweimin --- drivers/net/virtio_net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 3e2a5876c..f3c7b28ce 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -3190,7 +3190,7 @@ static int virtnet_open(struct net_device *dev) =20 for (i =3D 0; i < vi->max_queue_pairs; i++) { if (i < vi->curr_queue_pairs) - /* Pre-fill rq agressively, to make sure we are ready to + /* Pre-fill rq aggressively, to make sure we are ready to * get packets immediately. */ try_fill_recv(vi, &vi->rq[i], GFP_KERNEL); @@ -3419,7 +3419,7 @@ static void virtnet_rx_resume(struct virtnet_info *vi, bool refill) { if (netif_running(vi->dev)) { - /* Pre-fill rq agressively, to make sure we are ready to get + /* Pre-fill rq aggressively, to make sure we are ready to get * packets immediately. */ if (refill) --=20 2.43.0