platform/x86: xo15-ebook: Fix formatting of labels

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>
This commit is contained in:
Rafael J. Wysocki 2026-05-08 19:41:47 +02:00 committed by Ilpo Järvinen
parent b2fc2c6ebb
commit 826264e0b0
No known key found for this signature in database
GPG Key ID: 59AC4F6153E5CE31

View 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;
}