From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/lib/crc-itu-t.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kernel/lib/crc-itu-t.c b/kernel/lib/crc-itu-t.c index b3219d0..1974b35 100644 --- a/kernel/lib/crc-itu-t.c +++ b/kernel/lib/crc-itu-t.c @@ -1,8 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * crc-itu-t.c - * - * This source code is licensed under the GNU General Public License, - * Version 2. See the file COPYING for more details. */ #include <linux/types.h> -- Gitblit v1.6.2