From 50e088deeb9633aa8034f9996a107e7433167326 Mon Sep 17 00:00:00 2001 From: Dongsheng Yang Date: Tue, 10 Jan 2017 04:26:43 -0500 Subject: [PATCH] rbd: cleanup: fix the typo in namespace comment Signed-off-by: Dongsheng Yang --- src/tools/rbd/action/ImportDiff.cc | 2 +- src/tools/rbd/action/Rename.cc | 2 +- src/tools/rbd/action/Resize.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3