Skip to content

Commit e1a897e

Browse files
committed
eth: fbnic: add missing SPDX headers
Paolo noticed that we are missing SPDX headers, add them. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com> Link: https://patch.msgid.link/20241115015344.757567-2-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 357c52f commit e1a897e

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/* Copyright (c) Meta Platforms, Inc. and affiliates. */
3+
14
#include <linux/ethtool.h>
25
#include <linux/netdevice.h>
36
#include <linux/pci.h>

drivers/net/ethernet/meta/fbnic/fbnic_hw_stats.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/* Copyright (c) Meta Platforms, Inc. and affiliates. */
3+
14
#include "fbnic.h"
25

36
u64 fbnic_stat_rd64(struct fbnic_dev *fbd, u32 reg, u32 offset)

drivers/net/ethernet/meta/fbnic/fbnic_hw_stats.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
2+
/* Copyright (c) Meta Platforms, Inc. and affiliates. */
3+
14
#include <linux/ethtool.h>
25

36
#include "fbnic_csr.h"

0 commit comments

Comments
 (0)