mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 19:26:01 -04:00
Staging: ks7010: Use "foo *bar" instead of "foo * bar"
This patch was found by checkpatch. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2d738bd28c
commit
55d6aacd43
@@ -1766,7 +1766,7 @@ void hostif_sleep_request(struct ks_wlan_private *priv, unsigned long mode)
|
||||
|
||||
static
|
||||
void hostif_bss_scan_request(struct ks_wlan_private *priv,
|
||||
unsigned long scan_type, uint8_t * scan_ssid,
|
||||
unsigned long scan_type, uint8_t *scan_ssid,
|
||||
uint8_t scan_ssid_len)
|
||||
{
|
||||
struct hostif_bss_scan_request_t *pp;
|
||||
|
||||
Reference in New Issue
Block a user