Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/x86: toshiba_haps: Fix missing newline in pr_debug call in toshiba_haps_notify

The pr_debug() call in toshiba_haps_notify() is missing a newline at the
end of the string, add this.

BugLink: https://bugs.debian.org/799193
Reported-by: Salvatore Bonaccorso <carnil@debian.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20210519135618.139701-1-hdegoede@redhat.com

+1 -1
+1 -1
drivers/platform/x86/toshiba_haps.c
··· 131 131 */ 132 132 static void toshiba_haps_notify(struct acpi_device *device, u32 event) 133 133 { 134 - pr_debug("Received event: 0x%x", event); 134 + pr_debug("Received event: 0x%x\n", event); 135 135 136 136 acpi_bus_generate_netlink_event(device->pnp.device_class, 137 137 dev_name(&device->dev),