Merge pull request #12858 from yangdongsheng/rbd_cleanup

rbd: cleanup: fix the typo in namespace comment
This commit is contained in:
Sage Weil 2017-01-10 07:26:12 -06:00 committed by GitHub
commit f70b6fdec6
3 changed files with 3 additions and 3 deletions

View File

@ -230,6 +230,6 @@ Shell::Action action(
{"import-diff"}, {}, "Import an incremental diff.", "", &get_arguments,
&execute);
} // namespace list
} // namespace import_diff
} // namespace action
} // namespace rbd

View File

@ -79,6 +79,6 @@ Shell::Action action(
{"rename"}, {"mv"}, "Rename image within pool.", "", &get_arguments,
&execute);
} // namespace list
} // namespace rename
} // namespace action
} // namespace rbd

View File

@ -88,6 +88,6 @@ Shell::Action action(
{"resize"}, {}, "Resize (expand or shrink) image.", "", &get_arguments,
&execute);
} // namespace list
} // namespace resize
} // namespace action
} // namespace rbd