]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
eth: fbnic: add missing SPDX headers
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 01:53:40 +0000 (17:53 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 19 Nov 2024 02:43:41 +0000 (18:43 -0800)
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>
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
drivers/net/ethernet/meta/fbnic/fbnic_hw_stats.c
drivers/net/ethernet/meta/fbnic/fbnic_hw_stats.h

index 354b5397815fcc87a9a0aa56ebb7f3760146beb1..589cc7c2ee521b88a7af66bb475aaf60396d8e36 100644 (file)
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
+/* Copyright (c) Meta Platforms, Inc. and affiliates. */
+
 #include <linux/ethtool.h>
 #include <linux/netdevice.h>
 #include <linux/pci.h>
index a0acc7606aa1aa9f88882e7134c4e5f26c3c5f4e..b3f8dc299b29dfe166714f393ad9252cbb866e87 100644 (file)
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
+/* Copyright (c) Meta Platforms, Inc. and affiliates. */
+
 #include "fbnic.h"
 
 u64 fbnic_stat_rd64(struct fbnic_dev *fbd, u32 reg, u32 offset)
index 30348904b510726b6accdfabf95690f69cd41bed..a2b6e88fc113b4a7706a34218ef44b1a705ec9cb 100644 (file)
@@ -1,3 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright (c) Meta Platforms, Inc. and affiliates. */
+
 #include <linux/ethtool.h>
 
 #include "fbnic_csr.h"