Skip to content

Commit 20e08a7

Browse files
committed
parisc: Drop unneeded semicolon in parse_tree_node()
Reported-by: kernel test robot <[email protected]> Signed-off-by: Helge Deller <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
1 parent c8708d7 commit 20e08a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/kernel/drivers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ parse_tree_node(struct device *parent, int index, struct hardware_path *modpath)
742742
};
743743

744744
if (device_for_each_child(parent, &recurse_data, descend_children))
745-
{ /* nothing */ };
745+
{ /* nothing */ }
746746

747747
return d.dev;
748748
}

0 commit comments

Comments
 (0)