Re: linux-next: build warning after merge of the crc tree
From: Eric Biggers
Date: Thu Jun 19 2025 - 14:38:58 EST
On Wed, Jun 11, 2025 at 02:28:32PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the crc tree, today's linux-next build (htmldocs) produced
> this warning:
>
> lib/crc/crc32-main.c:1: warning: no structured comments found
>
> Introduced by commit
>
> 3eee6f3d771d ("lib/crc32: remove unused combination support")
>
> --
> Cheers,
> Stephen Rothwell
Fixed now, by
https://lore.kernel.org/r/20250619183414.100082-2-ebiggers@xxxxxxxxxx/
- Eric