net: hns3: align return value type of atomic_read() with its output
Change output value type of atomic_read() from %u to %d. Signed-off-by: Hao Chen <chenhao288@hisilicon.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
72dcdec10f
commit
9fcadbaae8
@ -1083,7 +1083,7 @@ static void hns3_dump_page_pool_info(struct hns3_enet_ring *ring,
|
||||
sprintf(result[j++], "%u", index);
|
||||
sprintf(result[j++], "%u",
|
||||
READ_ONCE(ring->page_pool->pages_state_hold_cnt));
|
||||
sprintf(result[j++], "%u",
|
||||
sprintf(result[j++], "%d",
|
||||
atomic_read(&ring->page_pool->pages_state_release_cnt));
|
||||
sprintf(result[j++], "%u", ring->page_pool->p.pool_size);
|
||||
sprintf(result[j++], "%u", ring->page_pool->p.order);
|
||||
|
Loading…
Reference in New Issue
Block a user