From: Ilya Dryomov Date: Fri, 2 Oct 2020 12:38:08 +0000 (+0200) Subject: libceph: fix ENTITY_NAME format suggestion X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b07720d0bd1e7c2251642010efb6075dbee23bb8;p=linux.git libceph: fix ENTITY_NAME format suggestion Signed-off-by: Ilya Dryomov --- diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index 76371aaae2d1c..60b324efd1c4c 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 {