From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/lib/xz/xz_crc32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/lib/xz/xz_crc32.c b/kernel/lib/xz/xz_crc32.c index 912aae5..88a2c35 100644 --- a/kernel/lib/xz/xz_crc32.c +++ b/kernel/lib/xz/xz_crc32.c @@ -2,7 +2,7 @@ * CRC32 using the polynomial from IEEE-802.3 * * Authors: Lasse Collin <lasse.collin@tukaani.org> - * Igor Pavlov <http://7-zip.org/> + * Igor Pavlov <https://7-zip.org/> * * This file has been put into the public domain. * You can do whatever you want with this file. -- Gitblit v1.6.2