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>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
6c766f7aac
commit
6b54bdd168
@@ -342,9 +342,8 @@ acpi_evaluate_reference(acpi_handle handle,
|
||||
u32 i = 0;
|
||||
|
||||
|
||||
if (!list) {
|
||||
if (!list)
|
||||
return AE_BAD_PARAMETER;
|
||||
}
|
||||
|
||||
/* Evaluate object. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user