diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2020-10-02 15:38:08 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2020-10-12 16:29:27 +0300 |
commit | b07720d0bd1e7c2251642010efb6075dbee23bb8 (patch) | |
tree | fd3755678f3d940c6c16b0c055bce0e69ec60706 /include/linux/ceph | |
parent | 5a5036c89f345769c0049f4af04cc6647c0df058 (diff) | |
download | linux-b07720d0bd1e7c2251642010efb6075dbee23bb8.tar.xz |
libceph: fix ENTITY_NAME format suggestion
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r-- | include/linux/ceph/messenger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index 76371aaae2d1..60b324efd1c4 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h @@ -54,7 +54,7 @@ struct ceph_connection_operations { int (*check_message_signature) (struct ceph_msg *msg); }; -/* use format string %s%d */ +/* use format string %s%lld */ #define ENTITY_NAME(n) ceph_entity_type_name((n).type), le64_to_cpu((n).num) struct ceph_messenger { |