Skip to content

Commit 6c766f7

Browse files
icojb25rafaeljw
authored andcommitted
ACPI: utils: Fix up white space in a few places
Fix up the following formatting issues flagged by checkpatch: * Remove indentation before goto label * Remove whitespace ahead of a comma in parameter list Signed-off-by: Jonathan Bergh <[email protected]> [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 2e57d10 commit 6c766f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/acpi/utils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ acpi_evaluate_reference(acpi_handle handle,
400400
acpi_handle_debug(list->handles[i], "Found in reference list\n");
401401
}
402402

403-
end:
403+
end:
404404
if (ACPI_FAILURE(status)) {
405405
list->count = 0;
406406
kfree(list->handles);
@@ -580,7 +580,7 @@ acpi_handle_printk(const char *level, acpi_handle handle, const char *fmt, ...)
580580
vaf.va = &args;
581581

582582
path = acpi_handle_path(handle);
583-
printk("%sACPI: %s: %pV", level, path ? path : "<n/a>" , &vaf);
583+
printk("%sACPI: %s: %pV", level, path ? path : "<n/a>", &vaf);
584584

585585
va_end(args);
586586
kfree(path);

0 commit comments

Comments
 (0)