mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
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
Block a user