From: Jakub Kicinski Date: Sat, 6 Jul 2024 00:02:23 +0000 (-0700) Subject: Merge branch 'net-constify-struct-regmap_bus-regmap_config' X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fcf3c8ccd085967d88e4cff0c47d0841948e9d27;p=linux.git 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 --- fcf3c8ccd085967d88e4cff0c47d0841948e9d27