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-Tag: v6.5-rc1~172^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212bc1ce618dd7c734920a68988fe4b473f09f40;p=thirdparty%2Fkernel%2Flinux.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