[PATCH 3/4] ACPI: video: Fix quoted strings split across lines

From: Jean-Ralph Aviles

Date: Sat May 09 2026 - 22:48:27 EST


Reported by checkpatch:

WARNING: quoted string split across lines
Signed-off-by: Jean-Ralph Aviles <jeanralph.aviles@xxxxxxxxx>
---
drivers/acpi/acpi_video.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
index fc45f0ecf7cf..4fec8d817812 100644
--- a/drivers/acpi/acpi_video.c
+++ b/drivers/acpi/acpi_video.c
@@ -56,8 +56,7 @@ MODULE_PARM_DESC(report_key_events,
static int hw_changes_brightness = -1;
module_param(hw_changes_brightness, int, 0644);
MODULE_PARM_DESC(hw_changes_brightness,
- "Set this to 1 on buggy hw which changes the brightness itself when "
- "a hotkey is pressed: -1: auto, 0: normal 1: hw-changes-brightness");
+ "Set this to 1 on buggy hw which changes the brightness itself when a hotkey is pressed: -1: auto, 0: normal 1: hw-changes-brightness");

/*
* Whether the struct acpi_video_device_attrib::device_id_scheme bit should be
@@ -1987,10 +1986,7 @@ static int acpi_video_bus_probe(struct auxiliary_device *aux_dev,

if (!allow_duplicates && acpi_video_bus_dev_is_duplicate(&aux_dev->dev)) {
pr_info(FW_BUG
- "Duplicate ACPI video bus devices for the"
- " same VGA controller, please try module "
- "parameter \"video.allow_duplicates=1\""
- "if the current driver doesn't work.\n");
+ "Duplicate ACPI video bus devices for the same VGA controller, please try module parameter \"video.allow_duplicates=1\" if the current driver doesn't work.\n");
return -ENODEV;
}

--
2.51.2