Commit 35709e0f authored by Steve Wilson's avatar Steve Wilson Committed by Greg Kroah-Hartman

staging: unisys: visorbus: adjust tabs in function

Removed extra tabs in visorbus_get_device_by_id function.
Signed-off-by: default avatarSteve Wilson <steven.d.wilson@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1a2d11ff
......@@ -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;
......
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