commit | 3cea7b4a7d9b3cb8036ca799fe4254a710cd7e40 | [log] [tgz] |
---|---|---|
author | Wenpeng Liang <liangwenpeng@huawei.com> | Thu Jun 10 19:40:32 2021 +0800 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Mon Jun 21 15:38:30 2021 -0300 |
tree | 071f9efba759ef141bfd1eabfafc3f83f200c032 | |
parent | 57dba89ad2e294b2260bc26de2646cb7665869bb [diff] |
RDMA/core: Fix incorrect print format specifier There are some '%u' for 'int' and '%d' for 'unsigend int', they should be fixed. Link: https://lore.kernel.org/r/1623325232-30900-1-git-send-email-liweihang@huawei.com Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com> Signed-off-by: Weihang Li <liweihang@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>