From: Aidan MacDonald Date: Tue, 9 May 2023 11:00:55 +0000 (+0100) Subject: regmap-irq: Fix typo in documentation for .get_irq_reg() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=212bc1ce618dd7c734920a68988fe4b473f09f40;p=users%2Fjedix%2Flinux-maple.git regmap-irq: Fix typo in documentation for .get_irq_reg() It refers to a non-existent "num_type_settings" value, which is an old name I'd used during development of config registers and later dropped because it wasn't very clear. The correct bound for the range is num_config_regs, which can be verified by checking the implementation. Signed-off-by: Aidan MacDonald