From: Samuel Just Date: Mon, 25 Apr 2022 22:26:30 +0000 (-0700) Subject: crimson/common/operation: fix comment formatting X-Git-Tag: v18.0.0~961^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0fabd8493fa2b6556102b59e26466f7eb708dace;p=ceph-ci.git crimson/common/operation: fix comment formatting Signed-off-by: Samuel Just --- diff --git a/src/crimson/common/operation.h b/src/crimson/common/operation.h index 22fefd005d8..a992b910349 100644 --- a/src/crimson/common/operation.h +++ b/src/crimson/common/operation.h @@ -427,11 +427,11 @@ public: PipelineHandle &operator=(PipelineHandle&&) = default; /** - * Returns a future which unblocks when the handle has entered the passed - * OrderedPipelinePhase. If already in a phase, enter will also release - * that phase after placing itself in the queue for the next one to preserve - * ordering. - */ + * Returns a future which unblocks when the handle has entered the passed + * OrderedPipelinePhase. If already in a phase, enter will also release + * that phase after placing itself in the queue for the next one to preserve + * ordering. + */ template blocking_future<> enter(T &t) { /* Strictly speaking, we probably want the blocker to be registered on