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: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chaehyun Lim 2015-10-27 20:40:38 +09:00 committed by Greg Kroah-Hartman
parent 1cc0c328d5
commit cf491d935a
1 changed files with 2 additions and 1 deletions

View File

@ -403,7 +403,8 @@ int host_int_set_wep_default_key(struct host_if_drv *hif_drv, u8 index);
* @date 8 March 2012
* @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
* @details valid only in AP mode if External Supplicant support is enabled.