Commit 6ec99221 authored by Dmitry Bezrukov's avatar Dmitry Bezrukov Committed by David S. Miller

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: default avatarDmitry Bezrukov <dbezrukov@marvell.com>
Signed-off-by: default avatarMark Starovoytov <mstarovoitov@marvell.com>
Signed-off-by: default avatarIgor Russkikh <irusskikh@marvell.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 586616cb
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
/* /* Atlantic Network Driver
* aQuantia Corporation Network Driver *
* Copyright (C) 2014-2019 aQuantia Corporation. All rights reserved * Copyright (C) 2014-2019 aQuantia Corporation
* Copyright (C) 2019-2020 Marvell International Ltd.
*/ */
/* File aq_nic.h: Declaration of common code for NIC. */ /* File aq_nic.h: Declaration of common code for NIC. */
...@@ -111,7 +112,7 @@ struct aq_hw_rx_fltrs_s { ...@@ -111,7 +112,7 @@ struct aq_hw_rx_fltrs_s {
u16 active_filters; u16 active_filters;
struct aq_hw_rx_fl2 fl2; struct aq_hw_rx_fl2 fl2;
struct aq_hw_rx_fl3l4 fl3l4; struct aq_hw_rx_fl3l4 fl3l4;
/*filter ether type */ /* filter ether type */
u8 fet_reserved_count; u8 fet_reserved_count;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment