mirror of https://gitee.com/openkylin/linux.git
staging: csr: csr_wifi_hip_unifi_signal_names: Fix pointer position
Fixed pointers' positions in the csr_wifi_hip_unifi_signal_names.c file that were identifed by checkpatch.pl tool. Signed-off-by: Hojung Youn <amoc.yn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
65dbeb195a
commit
fb7d2ebd21
|
@ -28,7 +28,7 @@ static const struct sig_name Unifi_bulkcmd_names[] = {
|
|||
{ 15, "Padding" }
|
||||
};
|
||||
|
||||
const char* lookup_bulkcmd_name(u16 id)
|
||||
const char *lookup_bulkcmd_name(u16 id)
|
||||
{
|
||||
if (id < 9)
|
||||
return Unifi_bulkcmd_names[id].name;
|
||||
|
|
Loading…
Reference in New Issue