1
0

qcacmn: Align the string entries in rtpm_string_from_dbgid()

Align the string entries inside the rtpm_string_from_dbgid()
function in the order of wlan_rtpm_dbgid enum entries.

Change-Id: I455e93723f5df882babb758a4979d1b1cecd8e7e
CRs-Fixed: 3128352
Este cometimento está contido em:
Aditya Kodukula
2022-02-10 14:29:18 -08:00
cometido por Madan Koyyalamudi
ascendente 9979d1a189
cometimento ed41e85970

Ver ficheiro

@@ -1115,10 +1115,10 @@ static inline char *rtpm_string_from_dbgid(wlan_rtpm_dbgid id)
"RTPM_ID_PM_STOP",
"RTPM_ID_CONN_DISCONNECT",
"RTPM_ID_SOC_REMOVE",
"RTPM_ID_SOC_IDLE_SHUTDOWN"
"RTPM_ID_DRIVER_UNLOAD",
"RTPM_ID_CE_INTR_HANDLER",
"RTPM_ID_WAKE_INTR_HANDLER",
"RTPM_ID_SOC_IDLE_SHUTDOWN",
"RTPM_ID_MAX"};
return (char *)strings[id];