From: Dongsheng Yang Date: Tue, 10 Jan 2017 09:26:43 +0000 (-0500) Subject: rbd: cleanup: fix the typo in namespace comment X-Git-Tag: v12.0.0~241^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F12858%2Fhead;p=ceph.git rbd: cleanup: fix the typo in namespace comment Signed-off-by: Dongsheng Yang --- diff --git a/src/tools/rbd/action/ImportDiff.cc b/src/tools/rbd/action/ImportDiff.cc index 76691ea2d706..88032c74566b 100644 --- a/src/tools/rbd/action/ImportDiff.cc +++ b/src/tools/rbd/action/ImportDiff.cc @@ -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 diff --git a/src/tools/rbd/action/Rename.cc b/src/tools/rbd/action/Rename.cc index 925a419e5e04..5ca5a492161e 100644 --- a/src/tools/rbd/action/Rename.cc +++ b/src/tools/rbd/action/Rename.cc @@ -79,6 +79,6 @@ Shell::Action action( {"rename"}, {"mv"}, "Rename image within pool.", "", &get_arguments, &execute); -} // namespace list +} // namespace rename } // namespace action } // namespace rbd diff --git a/src/tools/rbd/action/Resize.cc b/src/tools/rbd/action/Resize.cc index f1e64a7bb12c..df75d6b29a96 100644 --- a/src/tools/rbd/action/Resize.cc +++ b/src/tools/rbd/action/Resize.cc @@ -88,6 +88,6 @@ Shell::Action action( {"resize"}, {}, "Resize (expand or shrink) image.", "", &get_arguments, &execute); -} // namespace list +} // namespace resize } // namespace action } // namespace rbd