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

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
Loading
Loading
Loading
Loading
+24 −25
Original line number Diff line number Diff line
@@ -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);
	}