]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: fix line over 80 characters
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 27 Oct 2015 11:40:38 +0000 (20:40 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Oct 2015 23:49:50 +0000 (08:49 +0900)
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>
drivers/staging/wilc1000/host_interface.h

index 57bc1f13e8d749d7bb01ade585169d3291461aa8..469e57913d175f819261b5063b3b9371a657d8b0 100644 (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.