From 7ae7d494f626a2f1a598fcf15b789a347c2d451a Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 14 Apr 2022 18:07:10 +0530 Subject: [PATCH] net: emaclite: Update copyright text to correct format Based on recommended guidance Copyright term should be also present in front of (c). That's why aligned driver to match this pattern. It helps automated tools with source code scanning. Signed-off-by: Michal Simek Signed-off-by: Radhey Shyam Pandey Signed-off-by: David S. Miller --- drivers/net/ethernet/xilinx/xilinx_emaclite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/xilinx/xilinx_emaclite.c b/drivers/net/ethernet/xilinx/xilinx_emaclite.c index 6294b714fbfa7..bb9c3ebde522b 100644 --- a/drivers/net/ethernet/xilinx/xilinx_emaclite.c +++ b/drivers/net/ethernet/xilinx/xilinx_emaclite.c @@ -4,7 +4,7 @@ * This is a new flat driver which is based on the original emac_lite * driver from John Williams . * - * 2007 - 2013 (c) Xilinx, Inc. + * Copyright (c) 2007 - 2013 Xilinx, Inc. */ #include -- 2.30.2