We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586616c commit 6ec9922Copy full SHA for 6ec9922
drivers/net/ethernet/aquantia/atlantic/aq_nic.h
@@ -1,7 +1,8 @@
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
-/*
3
- * aQuantia Corporation Network Driver
4
- * Copyright (C) 2014-2019 aQuantia Corporation. All rights reserved
+/* Atlantic Network Driver
+ *
+ * Copyright (C) 2014-2019 aQuantia Corporation
5
+ * Copyright (C) 2019-2020 Marvell International Ltd.
6
*/
7
8
/* File aq_nic.h: Declaration of common code for NIC. */
@@ -111,7 +112,7 @@ struct aq_hw_rx_fltrs_s {
111
112
u16 active_filters;
113
struct aq_hw_rx_fl2 fl2;
114
struct aq_hw_rx_fl3l4 fl3l4;
- /*filter ether type */
115
+ /* filter ether type */
116
u8 fet_reserved_count;
117
};
118
0 commit comments