Re: [PATCH 0/5] drivers/char: Constify static variables
From: Arnd Bergmann <arnd@arndb.de>
Date: 2020-07-02 08:58:35
Also in:
linux-arm-kernel, linux-crypto, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2020-07-02 08:58:35
Also in:
linux-arm-kernel, linux-crypto, lkml
On Wed, Jul 1, 2020 at 11:48 PM Rikard Falkeborn [off-list ref] wrote:
Constify some static variables (mostly structs) that are not modified. Rikard Falkeborn (5): hwrng: bcm2835 - Constify bcm2835_rng_devtype[] hwrng: nomadik - Constify nmk_rng_ids[] hwrng: virtio - Constify id_table[] ipmi: watchdog: Constify ident virtio_console: Constify some static variables
I just realized it was a series rather than a single patch I received. They all look correct, so Acked-by: Arnd Bergmann <arnd@arndb.de> but if you do more of those, I would suggest not including the 'size' output for the small variables as that is not the main point here.