qcacmn: utils: Replace instances of unadorned %p
Replace instances of unadorned %p in utils. Change-Id: Idd12720d45238adad17ffafa6dfb50041022cbe2 CRs-Fixed: 2111274
This commit is contained in:

gecommit door
snandini

bovenliggende
60cb7e6fc9
commit
8104b5db07
@@ -75,7 +75,7 @@ int nl_srv_init(void *wiphy)
|
||||
wiphy_ptr = wiphy;
|
||||
radio_idx = cnss_logger_device_register(wiphy, THIS_MODULE->name);
|
||||
QDF_TRACE(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_ERROR,
|
||||
"%s: radio_index: %d, wiphy_ptr: %p",
|
||||
"%s: radio_index: %d, wiphy_ptr: %pK",
|
||||
__func__, radio_idx, wiphy_ptr);
|
||||
|
||||
if (radio_idx >= 0)
|
||||
@@ -629,7 +629,7 @@ static void nl_srv_rcv_skb(struct sk_buff *skb)
|
||||
if (nlh->nlmsg_len < sizeof(*nlh) || skb->len < nlh->nlmsg_len) {
|
||||
QDF_TRACE(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_WARN,
|
||||
"NLINK: Invalid "
|
||||
"Netlink message: skb[%p], len[%d], nlhdr[%p], nlmsg_len[%d]",
|
||||
"Netlink message: skb[%pK], len[%d], nlhdr[%pK], nlmsg_len[%d]",
|
||||
skb, skb->len, nlh, nlh->nlmsg_len);
|
||||
return;
|
||||
}
|
||||
|
Verwijs in nieuw issue
Block a user