Commit 216c3e2c authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Greg Kroah-Hartman

staging: unisys: Reduce indent

Remove some extra tabs in order to improve readalibility.
Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0aa5ae1e
...@@ -1495,8 +1495,7 @@ visorbus_exit(void) ...@@ -1495,8 +1495,7 @@ visorbus_exit(void)
list_for_each_safe(listentry, listtmp, &list_all_bus_instances) { list_for_each_safe(listentry, listtmp, &list_all_bus_instances) {
struct visor_device *dev = list_entry(listentry, struct visor_device *dev = list_entry(listentry,
struct struct visor_device,
visor_device,
list_all); list_all);
remove_bus_instance(dev); remove_bus_instance(dev);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment