staging: unisys: Reduce indent

Remove some extra tabs in order to improve readalibility.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Christophe JAILLET 2015-07-13 20:52:26 +02:00 committed by Greg Kroah-Hartman
parent 0aa5ae1e2e
commit 216c3e2c13

View file

@ -1495,8 +1495,7 @@ visorbus_exit(void)
list_for_each_safe(listentry, listtmp, &list_all_bus_instances) {
struct visor_device *dev = list_entry(listentry,
struct
visor_device,
struct visor_device,
list_all);
remove_bus_instance(dev);
}