mirror of https://gitee.com/openkylin/linux.git
staging: wilc1000: fix line over 80 char in wilc_wlan_cfg_set_str()
Fix "line over 80 characters" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5d4323b5a4
commit
a428edcb73
|
@ -221,7 +221,8 @@ static int wilc_wlan_cfg_set_word(u8 *frame, u32 offset, u16 id, u32 val32)
|
|||
return 8;
|
||||
}
|
||||
|
||||
static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str, u32 size)
|
||||
static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str,
|
||||
u32 size)
|
||||
{
|
||||
u8 *buf;
|
||||
|
||||
|
|
Loading…
Reference in New Issue