public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/3] platform/x86: asus-wmi: Join string literals back
@ 2021-12-10 16:30 Andy Shevchenko
  2021-12-10 16:30 ` [PATCH v1 2/3] platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basis Andy Shevchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andy Shevchenko @ 2021-12-10 16:30 UTC (permalink / raw)
  To: Hans de Goede, Luke D. Jones, acpi4asus-user, platform-driver-x86,
	linux-kernel
  Cc: Corentin Chary, Mark Gross, Andy Shevchenko

For easy grepping on debug purposes join string literals back in
the messages.

No functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/platform/x86/asus-wmi.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
index 6fa4b0be8e76..30e0de9e0d81 100644
--- a/drivers/platform/x86/asus-wmi.c
+++ b/drivers/platform/x86/asus-wmi.c
@@ -1154,12 +1154,10 @@ static void asus_rfkill_hotplug(struct asus_wmi *asus)
 		absent = (l == 0xffffffff);
 
 		if (blocked != absent) {
-			pr_warn("BIOS says wireless lan is %s, "
-				"but the pci device is %s\n",
+			pr_warn("BIOS says wireless lan is %s, but the pci device is %s\n",
 				blocked ? "blocked" : "unblocked",
 				absent ? "absent" : "present");
-			pr_warn("skipped wireless hotplug as probably "
-				"inappropriate for this model\n");
+			pr_warn("skipped wireless hotplug as probably inappropriate for this model\n");
 			goto out_unlock;
 		}
 
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-12-21 18:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-10 16:30 [PATCH v1 1/3] platform/x86: asus-wmi: Join string literals back Andy Shevchenko
2021-12-10 16:30 ` [PATCH v1 2/3] platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basis Andy Shevchenko
2021-12-10 16:30 ` [PATCH v1 3/3] platform/x86: asus-wmi: Reshuffle headers for better maintenance Andy Shevchenko
2021-12-20 13:07 ` [PATCH v1 1/3] platform/x86: asus-wmi: Join string literals back Andy Shevchenko
2021-12-20 13:30   ` Hans de Goede
2021-12-20 13:33     ` Andy Shevchenko
2021-12-21 18:53 ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox