Skip to content

Commit

Permalink
net: atlantic: missing space in a comment in aq_nic.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dimbez authored and davem330 committed Jun 26, 2020
1 parent 586616c commit 6ec9922
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions drivers/net/ethernet/aquantia/atlantic/aq_nic.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* aQuantia Corporation Network Driver
* Copyright (C) 2014-2019 aQuantia Corporation. All rights reserved
/* Atlantic Network Driver
*
* Copyright (C) 2014-2019 aQuantia Corporation
* Copyright (C) 2019-2020 Marvell International Ltd.
*/

/* File aq_nic.h: Declaration of common code for NIC. */
Expand Down Expand Up @@ -111,7 +112,7 @@ struct aq_hw_rx_fltrs_s {
u16 active_filters;
struct aq_hw_rx_fl2 fl2;
struct aq_hw_rx_fl3l4 fl3l4;
/*filter ether type */
/* filter ether type */
u8 fet_reserved_count;
};

Expand Down

0 comments on commit 6ec9922

Please sign in to comment.