projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5036c
)
libceph: fix ENTITY_NAME format suggestion
author
Ilya Dryomov
<idryomov@gmail.com>
Fri, 2 Oct 2020 12:38:08 +0000
(14:38 +0200)
committer
Ilya Dryomov
<idryomov@gmail.com>
Mon, 12 Oct 2020 13:29:27 +0000
(15:29 +0200)
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/messenger.h
patch
|
blob
|
history
diff --git
a/include/linux/ceph/messenger.h
b/include/linux/ceph/messenger.h
index
76371aa
..
60b324e
100644
(file)
--- 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%
ll
d */
#define ENTITY_NAME(n) ceph_entity_type_name((n).type), le64_to_cpu((n).num)
struct ceph_messenger {