]> www.infradead.org Git - users/hch/configfs.git/commit
Merge branch 'net-constify-struct-regmap_bus-regmap_config'
authorJakub Kicinski <kuba@kernel.org>
Sat, 6 Jul 2024 00:02:23 +0000 (17:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 6 Jul 2024 00:02:23 +0000 (17:02 -0700)
commitfcf3c8ccd085967d88e4cff0c47d0841948e9d27
treec3bee80d065f70dbea4b92a1e71e886a626bb33b
parentfecef4cd42c689a200bdd39e6fffa71475904bc1
parent3b05c7995cae66c263547084ed2f7771f2d3b3a4
Merge branch 'net-constify-struct-regmap_bus-regmap_config'

Javier Carrasco says:

====================
net: constify struct regmap_bus/regmap_config

This series adds the const modifier to the remaining regmap_bus and
regmap_config structs within the net subsystem that are effectively
used as const (i.e., only read after their declaration), but kept as
writtable data.
====================

Link: https://patch.msgid.link/20240703-net-const-regmap-v1-0-ff4aeceda02c@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>