Explorar o código

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
Aditya Kodukula %!s(int64=3) %!d(string=hai) anos
pai
achega
ed41e85970
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hif/inc/hif.h

+ 1 - 1
hif/inc/hif.h

@@ -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];