From cf491d935a2a77203d9e215a67b7924964a3f618 Mon Sep 17 00:00:00 2001 From: Chaehyun Lim Date: Tue, 27 Oct 2015 20:40:38 +0900 Subject: 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/host_interface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/staging/wilc1000') diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h index 57bc1f13e8d7..469e57913d17 100644 --- a/drivers/staging/wilc1000/host_interface.h +++ b/drivers/staging/wilc1000/host_interface.h @@ -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. -- cgit v1.2.3-55-g7522