wlan: wdi: Replace instances of unadorned %p

Replace instances of unadorned %p in CORE/WDI.

Change-Id: I7c76ff57e61e3d350663db920094617c517478d0
CRs-Fixed: 2111275
diff --git a/CORE/WDI/WPAL/src/wlan_qct_pal_timer.c b/CORE/WDI/WPAL/src/wlan_qct_pal_timer.c
index 8bb86a1..5e6e33a 100644
--- a/CORE/WDI/WPAL/src/wlan_qct_pal_timer.c
+++ b/CORE/WDI/WPAL/src/wlan_qct_pal_timer.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2013, 2017 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -62,7 +62,7 @@
    else
    {
       WPAL_TRACE( eWLAN_MODULE_PAL, eWLAN_PAL_TRACE_LEVEL_WARN,
-                  " %s pTimer(%p) callback after deleted",
+                  " %s pTimer(%pK) callback after deleted",
                   __func__, pTimer );
    }
 }/*wpalTimerCback*/
@@ -82,7 +82,7 @@
    if( pTimer == NULL || callback == NULL )
    {
       WPAL_TRACE( eWLAN_MODULE_PAL, eWLAN_PAL_TRACE_LEVEL_ERROR,
-                  " %s Wrong param pTimer(%p) callback(%p)",
+                  " %s Wrong param pTimer(%pK) callback(%pK)",
                   __func__, pTimer, callback );
       return eWLAN_PAL_STATUS_E_INVAL;
    }
@@ -114,7 +114,7 @@
    if( pTimer == NULL )
    {
       WPAL_TRACE( eWLAN_MODULE_PAL, eWLAN_PAL_TRACE_LEVEL_ERROR,
-                  " %s Wrong param pTimer(%p)",
+                  " %s Wrong param pTimer(%pK)",
                   __func__, pTimer );
       return eWLAN_PAL_STATUS_E_INVAL;
    }
@@ -146,7 +146,7 @@
    if( pTimer == NULL )
    {
       WPAL_TRACE( eWLAN_MODULE_PAL, eWLAN_PAL_TRACE_LEVEL_ERROR,
-                  " %s Wrong param pTimer(%p)",
+                  " %s Wrong param pTimer(%pK)",
                   __func__, pTimer );
       return eWLAN_PAL_STATUS_E_INVAL;
    }
@@ -170,7 +170,7 @@
    if( pTimer == NULL )
    {
       WPAL_TRACE( eWLAN_MODULE_PAL, eWLAN_PAL_TRACE_LEVEL_ERROR,
-                  " %s Wrong param pTimer(%p)",
+                  " %s Wrong param pTimer(%pK)",
                   __func__, pTimer );
       return eWLAN_PAL_STATUS_E_INVAL;
    }
@@ -191,7 +191,7 @@
    if( pTimer == NULL )
    {
       WPAL_TRACE( eWLAN_MODULE_PAL, eWLAN_PAL_TRACE_LEVEL_ERROR,
-                  " %s Wrong param pTimer(%p)",
+                  " %s Wrong param pTimer(%pK)",
                   __func__, pTimer );
       return eWLAN_PAL_STATUS_E_INVAL;
    }