Commit fb7d2ebd authored by Hojung Youn's avatar Hojung Youn Committed by Greg Kroah-Hartman

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: default avatarHojung Youn <amoc.yn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 65dbeb19
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment