Skip to content

Commit 167504a

Browse files
acpibobrafaeljw
authored andcommitted
ACPICA: Remove unnecessary semicolon
ACPICA commit 02ffcba2af123a891eefbaed4d37780ba1e36ccc Reported by: Zou Wei. Link: acpica/acpica@02ffcba2 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Erik Kaneda <erik.kaneda@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 6218ab3 commit 167504a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/acpica/nsalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ void acpi_ns_delete_children(struct acpi_namespace_node *parent_node)
294294
node_to_delete = next_node;
295295
next_node = next_node->peer;
296296
acpi_ns_delete_node(node_to_delete);
297-
};
297+
}
298298

299299
/* Clear the parent's child pointer */
300300

0 commit comments

Comments
 (0)