Skip to content

Commit 6b54bdd

Browse files
icojb25rafaeljw
authored andcommitted
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 <[email protected]> [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6c766f7 commit 6b54bdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/acpi/utils.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,8 @@ acpi_evaluate_reference(acpi_handle handle,
342342
u32 i = 0;
343343

344344

345-
if (!list) {
345+
if (!list)
346346
return AE_BAD_PARAMETER;
347-
}
348347

349348
/* Evaluate object. */
350349

0 commit comments

Comments
 (0)