ethtool: fix format error for wil6210

Signed-off-by: hongrongxuan <hongrongxuan@huawei.com>
This commit is contained in:
hongrongxuan 2024-05-29 00:01:31 -04:00 committed by Jianping Liu
parent f50e587136
commit 37c90c42eb
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,6 @@
#include "wil6210.h"
<<<<<<< HEAD
static int wil_ethtoolops_begin(struct net_device *ndev)
{
struct wil6210_priv *wil = ndev_to_wil(ndev);
@ -45,7 +44,8 @@ static void wil_ethtoolops_complete(struct net_device *ndev)
static int wil_ethtoolops_get_coalesce(struct net_device *ndev,
struct ethtool_coalesce *cp,
struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack)
struct kernel_ethtool_coalesce *kernel_coal,
struct netlink_ext_ack *extack)
{
struct wil6210_priv *wil = ndev_to_wil(ndev);
u32 tx_itr_en, tx_itr_val = 0;