Explorar el Código

qcacmn: fix MCL WHUNT compilation error

Remove comma from dp_alert to avoid compilation issue

Change-Id: Iea6bf230855d0e931fc306284db4f7a368406ba8
Chaithanya Garrepalli hace 4 años
padre
commit
354d64f366
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dp/wifi3.0/dp_peer.h

+ 1 - 1
dp/wifi3.0/dp_peer.h

@@ -426,7 +426,7 @@ dp_soc_iterate_peer_lock_safe(struct dp_soc *soc,
 #define DP_PEER_STATE_ASSERT(_peer, _new_state, _condition) \
 	do {  \
 		if (!(_condition)) { \
-			dp_alert("Invalid state shift from %u to %u peer ", \
+			dp_alert("Invalid state shift from %u to %u peer " \
 				 QDF_MAC_ADDR_FMT, \
 				 (_peer)->peer_state, (_new_state), \
 				 QDF_MAC_ADDR_REF((_peer)->mac_addr.raw)); \