6.12-stable review patch. If anyone has any objections, please let me know.
------------------
From: Marius Cristea marius.cristea@microchip.com
[ Upstream commit 52c43d80fa8370eb877fc63b1fc1eec67e1b1410 ]
Fix a typo,(PAC1934 -> PAC193X), into the link from an application note related to the ACPI device definition.
Fixes: 0fb528c8255b ("iio: adc: adding support for PAC193x") Reported-by: Matteo Martelli matteomartelli3@gmail.com Closes: https://patch.msgid.link/172794015844.2520.11909797050797595912@njaxe.locald... Signed-off-by: Marius Cristea marius.cristea@microchip.com Reviewed-by: David Lechner dlechner@baylibre.com Link: https://patch.msgid.link/20250424-pac1934-doc_link-v1-1-9832445cb270@microch... Signed-off-by: Jonathan Cameron Jonathan.Cameron@huawei.com Signed-off-by: Sasha Levin sashal@kernel.org --- drivers/iio/adc/pac1934.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/adc/pac1934.c b/drivers/iio/adc/pac1934.c index 7ef249d832866..c3f9fa307b84c 100644 --- a/drivers/iio/adc/pac1934.c +++ b/drivers/iio/adc/pac1934.c @@ -1081,7 +1081,7 @@ static int pac1934_chip_identify(struct pac1934_chip_info *info)
/* * documentation related to the ACPI device definition - * https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ApplicationNo... + * https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ApplicationNo... */ static int pac1934_acpi_parse_channel_config(struct i2c_client *client, struct pac1934_chip_info *info)