mark <zlib.h> with for-crc32 in a consistent manner
authorMichael Tokarev <mjt@tls.msk.ru>
Tue, 27 Aug 2024 10:01:47 +0000 (13:01 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 20 Sep 2024 05:06:56 +0000 (08:06 +0300)
commit5691f4778eb5061fa2e6d18c45a6ed7170d447a1
tree37ec1c19c1aeefcff0df64174fcc5d0539174281
parent01dc65a3bc262ab1bec8fe89775e9bbfa627becb
mark <zlib.h> with for-crc32 in a consistent manner

in many cases, <zlib.h> is only included for crc32 function,
and in some of them, there's a comment saying that, but in
a different way.  In one place (hw/net/rtl8139.c), there was
another #include added between the comment and <zlib.h> include.

Make all such comments to be on the same line as #include, make
it consistent, and also add a few missing comments, including
hw/nvram/mac_nvram.c which uses adler32 instead.

There's no code changes.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
15 files changed:
hw/net/cadence_gem.c
hw/net/dp8393x.c
hw/net/ftgmac100.c
hw/net/i82596.c
hw/net/imx_fec.c
hw/net/lan9118.c
hw/net/mcf_fec.c
hw/net/npcm7xx_emc.c
hw/net/rtl8139.c
hw/net/smc91c111.c
hw/net/stellaris_enet.c
hw/nvram/mac_nvram.c
target/arm/helper.c
target/arm/tcg/helper-a64.c
target/loongarch/tcg/op_helper.c