From 8cbfd1971a3687cab9835a18be5d50ebd2510f96 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Fri, 25 Jun 2021 18:47:27 +0200 Subject: [PATCH] rbd: fix comment formatting Signed-off-by: Sven Anderson --- rbd/mirror.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rbd/mirror.go b/rbd/mirror.go index 84f2f47..2e4f9ca 100644 --- a/rbd/mirror.go +++ b/rbd/mirror.go @@ -71,12 +71,12 @@ func (imm ImageMirrorMode) String() string { } } -// GetMirrorUUID returns a string naming the mirroring uuid for the pool -// associated with the ioctx. +// GetMirrorUUID returns a string naming the mirroring uuid for the pool +// associated with the ioctx. // -// Implements: -// int rbd_mirror_uuid_get(rados_ioctx_t io_ctx, -// char *uuid, size_t *max_len); +// Implements: +// int rbd_mirror_uuid_get(rados_ioctx_t io_ctx, char *uuid, size_t +// *max_len); func GetMirrorUUID(ioctx *rados.IOContext) (string, error) { var ( err error