staging: ks7010: Add spaces around '*'
Added spaces around a '*' in ks7010_sdio.c. Issue found by checkpatch. Signed-off-by: Nick Rosbrook <nrosbrook@mail.smcvt.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0371fa4f6a
commit
0966c75504
|
@ -719,7 +719,7 @@ static int ks7010_sdio_update_index(struct ks_wlan_private *priv, u32 index)
|
|||
return rc;
|
||||
}
|
||||
|
||||
#define ROM_BUFF_SIZE (64*1024)
|
||||
#define ROM_BUFF_SIZE (64 * 1024)
|
||||
static int ks7010_sdio_data_compare(struct ks_wlan_private *priv, u32 address,
|
||||
unsigned char *data, unsigned int size)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue