Skip to content

Commit

Permalink
ACPICA: Small indentation changes, no functional change
Browse files Browse the repository at this point in the history
ACPICA commit bb457076d42b95b1453e261da2c8cc0c05ba4718

Fix some alignment issues

Link: acpica/acpica@bb457076
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Lv Zheng <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
acpibob authored and rafaeljw committed Jul 20, 2017
1 parent 5771a8c commit a7718df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/acpi/acpica/aclocal.h
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ struct acpi_parse_obj_named {

/* This version is used by the iASL compiler only */

#define ACPI_MAX_PARSEOP_NAME 20
#define ACPI_MAX_PARSEOP_NAME 20

struct acpi_parse_obj_asl {
ACPI_PARSE_COMMON union acpi_parse_object *child;
Expand Down Expand Up @@ -907,7 +907,7 @@ union acpi_parse_object {
struct asl_comment_state {
u8 comment_type;
u32 spaces_before;
union acpi_parse_object *latest_parse_node;
union acpi_parse_object *latest_parse_op;
union acpi_parse_object *parsing_paren_brace_node;
u8 capture_comments;
};
Expand Down

0 comments on commit a7718df

Please sign in to comment.