[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMj1kXG3p98HX6HtPmm48D2fc=46WuVBTYfZiykszWRDQ85Abg@mail.gmail.com>
Date: Tue, 13 May 2025 10:42:32 +0100
From: Ard Biesheuvel <ardb@...nel.org>
To: Eric Biggers <ebiggers@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org,
Krzysztof Kozlowski <krzk@...nel.org>
Subject: Re: [PATCH 0/2] lib/crc16: unexport crc16_table and crc16_byte()
On Tue, 13 May 2025 at 03:22, Eric Biggers <ebiggers@...nel.org> wrote:
>
> This series removes the only caller of crc16_byte() outside lib/crc16.c,
> then folds crc16_table and crc16_byte() into lib/crc16.c. I'm planning
> to apply this to the crc tree.
>
> Eric Biggers (2):
> w1: ds2406: use crc16() instead of crc16_byte() loop
> lib/crc16: unexport crc16_table and crc16_byte()
>
> drivers/w1/slaves/w1_ds2406.c | 12 ++----------
> include/linux/crc16.h | 9 +--------
> lib/crc16.c | 9 ++++-----
> 3 files changed, 7 insertions(+), 23 deletions(-)
>
Acked-by: Ard Biesheuvel <ardb@...nel.org>
Powered by blists - more mailing lists