Skip to content

Commit 6ec9922

Browse files
dimbezdavem330
authored andcommitted
net: atlantic: missing space in a comment in aq_nic.h
This patch add a missing space in the comment in aq_nic.h Signed-off-by: Dmitry Bezrukov <[email protected]> Signed-off-by: Mark Starovoytov <[email protected]> Signed-off-by: Igor Russkikh <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 586616c commit 6ec9922

File tree

1 file changed

+5
-4
lines changed
  • drivers/net/ethernet/aquantia/atlantic

1 file changed

+5
-4
lines changed

drivers/net/ethernet/aquantia/atlantic/aq_nic.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/* SPDX-License-Identifier: GPL-2.0-only */
2-
/*
3-
* aQuantia Corporation Network Driver
4-
* Copyright (C) 2014-2019 aQuantia Corporation. All rights reserved
2+
/* Atlantic Network Driver
3+
*
4+
* Copyright (C) 2014-2019 aQuantia Corporation
5+
* Copyright (C) 2019-2020 Marvell International Ltd.
56
*/
67

78
/* File aq_nic.h: Declaration of common code for NIC. */
@@ -111,7 +112,7 @@ struct aq_hw_rx_fltrs_s {
111112
u16 active_filters;
112113
struct aq_hw_rx_fl2 fl2;
113114
struct aq_hw_rx_fl3l4 fl3l4;
114-
/*filter ether type */
115+
/* filter ether type */
115116
u8 fet_reserved_count;
116117
};
117118

0 commit comments

Comments
 (0)