parent
d9dfdb4f9a
commit
f0600dafb7
1 changed files with 1 additions and 1 deletions
|
@ -1227,7 +1227,7 @@ static ssize_t perf_dbgfs_read_info(struct file *filep, char __user *ubuf,
|
|||
"\tOut buffer addr 0x%pK\n", peer->outbuf);
|
||||
|
||||
pos += scnprintf(buf + pos, buf_size - pos,
|
||||
"\tOut buff phys addr %pap\n", &peer->out_phys_addr);
|
||||
"\tOut buff phys addr %pa[p]\n", &peer->out_phys_addr);
|
||||
|
||||
pos += scnprintf(buf + pos, buf_size - pos,
|
||||
"\tOut buffer size %pa\n", &peer->outbuf_size);
|
||||
|
|
Loading…
Add table
Reference in a new issue