Commit 91809d22 authored by Ladislav Michl's avatar Ladislav Michl Committed by Greg Kroah-Hartman

EISA: Whitespace cleanup

Remove spaces on empty line and replace spaces with tabs.
Signed-off-by: default avatarLadislav Michl <ladis@linux-mips.org>
Acked-by: default avatarMarc Zyngier <maz@misterjones.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3a92a661
......@@ -51,9 +51,8 @@ static int __init virtual_eisa_root_init (void)
{
int r;
if ((r = platform_device_register (&eisa_root_dev))) {
if ((r = platform_device_register (&eisa_root_dev)))
return r;
}
eisa_bus_root.force_probe = force_probe;
......
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