3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-17 09:29:22 +01:00

wiphy: Add missing blank

This commit is contained in:
Denis Kenzior 2018-09-18 17:06:07 -05:00
parent e52204f46f
commit 88b2aefeed

View File

@ -90,6 +90,7 @@ enum ie_rsn_cipher_suite wiphy_select_cipher(struct wiphy *wiphy, uint16_t mask)
return 0; return 0;
} }
static void wiphy_free(void *data) static void wiphy_free(void *data)
{ {
struct wiphy *wiphy = data; struct wiphy *wiphy = data;