OSDN Git Service

platform/x86: thinkpad_acpi: Properly indent code in tpacpi_dytc_profile_init()
authorHans de Goede <hdegoede@redhat.com>
Sun, 21 Nov 2021 19:11:27 +0000 (20:11 +0100)
committerHans de Goede <hdegoede@redhat.com>
Thu, 25 Nov 2021 15:18:55 +0000 (16:18 +0100)
commit798682e236893a20e5674de02ede474373dd342d
tree4a4fd4a6fdad456f75ab9bf74a833724a799a468
parent0b0d2fba4f3302b601c429c9286e66b3af2d29cb
platform/x86: thinkpad_acpi: Properly indent code in tpacpi_dytc_profile_init()

The previous refactoring of some code in tpacpi_dytc_profile_init() left
a weirdly indented code-block behind.

Remove the unnecessary '{}' and reduce the indent level one step,
other then changing the indentation the code is completely unchanged.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Tested-by: Mark Pearson <mpearson@lenovo.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20211121191129.256713-6-hdegoede@redhat.com
drivers/platform/x86/thinkpad_acpi.c