staging: unisys: visorbus: adjust tabs in function

Removed extra tabs in visorbus_get_device_by_id function.

Signed-off-by: Steve Wilson <steven.d.wilson@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Steve Wilson 2017-06-30 15:43:23 -04:00 committed by Greg Kroah-Hartman
parent 1a2d11ff2b
commit 35709e0f90

View File

@ -365,9 +365,9 @@ struct visor_device *visorbus_get_device_by_id(u32 bus_no, u32 dev_no,
struct device *dev_start = NULL;
struct visor_device *vdev = NULL;
struct visor_busdev id = {
.bus_no = bus_no,
.dev_no = dev_no
};
.bus_no = bus_no,
.dev_no = dev_no
};
if (from)
dev_start = &from->device;