git: 516d92304a7f - main - igc: Improve a comment and update copyright dates MFC after: 1 week
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Oct 2024 07:54:36 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=516d92304a7fa9b869c934436aa3e1c5202f03c9 commit 516d92304a7fa9b869c934436aa3e1c5202f03c9 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2024-10-12 07:53:57 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-10-12 07:53:57 +0000 igc: Improve a comment and update copyright dates MFC after: 1 week --- 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 57949c3ad38a..94e41104f28e 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; };