forked from Minki/linux
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:
parent
1a2d11ff2b
commit
35709e0f90
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user