regmap-irq: Fix typo in documentation for .get_irq_reg()
authorAidan MacDonald <aidanmacdonald.0x0@gmail.com>
Tue, 9 May 2023 11:00:55 +0000 (12:00 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 11 May 2023 01:25:57 +0000 (10:25 +0900)
commit212bc1ce618dd7c734920a68988fe4b473f09f40
treec86ef52323f3c184333b2f8773228110378b6123
parent69da5aa99ea67e86d3461fb281eadc952cc2914f
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 <aidanmacdonald.0x0@gmail.com
Link: https://lore.kernel.org/r/20230509110100.3980123-2-aidanmacdonald.0x0@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org
include/linux/regmap.h