Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2eda352 authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: fix indentation level



This patch removes unnecessary block braces and fix indentation.

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent afcd8c51
Loading
Loading
Loading
Loading
+15 −17
Original line number Original line Diff line number Diff line
@@ -1879,7 +1879,6 @@ static void __exit exit_wilc_driver(void)
		}
		}
	}
	}


	{
#ifndef WILC_SDIO
#ifndef WILC_SDIO
	PRINT_D(INIT_DBG, "SPI unregsiter...\n");
	PRINT_D(INIT_DBG, "SPI unregsiter...\n");
	spi_unregister_driver(&wilc_bus);
	spi_unregister_driver(&wilc_bus);
@@ -1901,7 +1900,6 @@ static void __exit exit_wilc_driver(void)
	linux_wlan_device_detection(0);
	linux_wlan_device_detection(0);
	linux_wlan_device_power(0);
	linux_wlan_device_power(0);
}
}
}
module_exit(exit_wilc_driver);
module_exit(exit_wilc_driver);


MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL");