ACPI: utils: Remove redundant braces around individual statement
authorJonathan Bergh <bergh.jonathan@gmail.com>
Thu, 28 Sep 2023 21:48:23 +0000 (23:48 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Oct 2023 19:04:49 +0000 (21:04 +0200)
commit6b54bdd1685a3e81dd062b6886e8e729e5b2a8ee
tree58e3f93f7ff9108c2a8ed2b77fb1b925167bde00
parent6c766f7aacc0fa5b461ca3d8067c9065a6a53ef4
ACPI: utils: Remove redundant braces around individual statement

Remove braces that are not required for a one-line statement which
follows a control statement.

Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/utils.c