Преглед на файлове

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 преди 3 години
родител
ревизия
ed41e85970
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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];