From 093a6c67005148ae32a5c9e4553491b9f5c2457b Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:40:51 +0000 Subject: [PATCH] disable kernel build waring --- kernel/include/linux/crc-itu-t.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kernel/include/linux/crc-itu-t.h b/kernel/include/linux/crc-itu-t.h index a9953c7..a436705 100644 --- a/kernel/include/linux/crc-itu-t.h +++ b/kernel/include/linux/crc-itu-t.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * crc-itu-t.h - CRC ITU-T V.41 routine * @@ -5,9 +6,6 @@ * Width 16 * Poly 0x1021 (x^16 + x^12 + x^15 + 1) * Init 0 - * - * This source code is licensed under the GNU General Public License, - * Version 2. See the file COPYING for more details. */ #ifndef CRC_ITU_T_H -- Gitblit v1.6.2