]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
platform/x86: xo15-ebook: Fix formatting of labels
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 8 May 2026 17:41:47 +0000 (19:41 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 11 May 2026 16:10:08 +0000 (19:10 +0300)
Fix formatting of two labels in ebook_switch_add() to make that
function follow the current kernel coding style more closely.

No functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/14016199.uLZWGnKmhe@rafael.j.wysocki
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/xo15-ebook.c

index 1568169b78727bda48ed7a25a88ab88e603469cc..616f4bb3461aec4c3c77d34985f4f1d029524f99 100644 (file)
@@ -134,9 +134,9 @@ static int ebook_switch_add(struct acpi_device *device)
 
        return 0;
 
- err_free_input:
+err_free_input:
        input_free_device(input);
- err_free_button:
+err_free_button:
        kfree(button);
        return error;
 }