git: bc33b98dcbf9 - stable/13 - igc: Improve a comment and update copyright dates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Oct 2024 05:08:36 UTC
The branch stable/13 has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=bc33b98dcbf92edb29863d3c44549dcd9d95e307
commit bc33b98dcbf92edb29863d3c44549dcd9d95e307
Author: Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2024-10-12 07:53:57 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-10-20 05:08:05 +0000
igc: Improve a comment and update copyright dates
(cherry picked from commit 516d92304a7fa9b869c934436aa3e1c5202f03c9)
---
sys/dev/igc/if_igc.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/dev/igc/if_igc.h b/sys/dev/igc/if_igc.h
index c0822f21685e..60aaf786d09a 100644
--- a/sys/dev/igc/if_igc.h
+++ b/sys/dev/igc/if_igc.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2001-2024, Intel Corporation
* Copyright (c) 2016 Nicole Graziano <nicole@nextbsd.org>
- * Copyright (c) 2021 Rubicon Communications, LLC (Netgate)
+ * Copyright (c) 2021-2024 Rubicon Communications, LLC (Netgate)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -270,7 +270,7 @@ struct rx_ring {
unsigned long rx_packets;
unsigned long rx_bytes;
- /* Next requested ITR latency */
+ /* Next requested EITR latency */
u8 rx_nextlatency;
};