1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 23:02:17 +00:00

ceph_strings: checkpatch fix

This commit is contained in:
Yehuda Sadeh 2010-05-12 15:09:28 -07:00
parent 80dcc28a46
commit afa1993e02

View File

@ -175,7 +175,8 @@ const char *ceph_snap_op_name(int o)
return "???"; return "???";
} }
const char *ceph_pool_op_name(int op) { const char *ceph_pool_op_name(int op)
{
switch (op) { switch (op) {
case POOL_OP_CREATE: case POOL_OP_CREATE:
return "create pool"; return "create pool";