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

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

staging: wilc1000: fix line over 80 characters



This patch fixes line over 80 characters found by checkpatch.

WARNING: line over 80 characters
FILE: drivers/staging/wilc1000/host_interface.h:408:

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1cc0c328
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -403,7 +403,8 @@ int host_int_set_wep_default_key(struct host_if_drv *hif_drv, u8 index);
 *  @date		8 March 2012
 *  @date		8 March 2012
 *  @version		1.0
 *  @version		1.0
 */
 */
int host_int_add_wep_key_bss_sta(struct host_if_drv *hif_drv, const u8 *key, u8 len, u8 index);
int host_int_add_wep_key_bss_sta(struct host_if_drv *hif_drv,
				 const u8 *key, u8 len, u8 index);
/**
/**
 *  @brief              host_int_add_wep_key_bss_ap
 *  @brief              host_int_add_wep_key_bss_ap
 *  @details    valid only in AP mode if External Supplicant support is enabled.
 *  @details    valid only in AP mode if External Supplicant support is enabled.