[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250912161605.775637-1-weibu@redadmin.org>
Date: Sat, 13 Sep 2025 01:16:05 +0900
From: Akiyoshi Kurita <weibu@...admin.org>
To: gregkh@...uxfoundation.org
Cc: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Philipp Hortmann <philipp.g.hortmann@...il.com>,
Michael Straube <straube.linux@...il.com>,
Akiyoshi Kurita <weibu@...admin.org>
Subject: [PATCH] staging: rtl8723bs: rtw_efuse.h: simplify copyright banner
Replace the banner-style copyright comment with a single-line comment.
No functional change.
Signed-off-by: Akiyoshi Kurita <weibu@...admin.org>
---
drivers/staging/rtl8723bs/include/rtw_efuse.h | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/rtl8723bs/include/rtw_efuse.h b/drivers/staging/rtl8723bs/include/rtw_efuse.h
index 669565fa1c69..ac7d6ef454c3 100644
--- a/drivers/staging/rtl8723bs/include/rtw_efuse.h
+++ b/drivers/staging/rtl8723bs/include/rtw_efuse.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
-/******************************************************************************
- *
- * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
- *
- ******************************************************************************/
+/* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. */
+
#ifndef __RTW_EFUSE_H__
#define __RTW_EFUSE_H__
--
2.47.3
Powered by blists - more mailing lists