rbd: improve doc comment style for GetImage

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2019-12-16 13:55:33 -05:00 committed by Niels de Vos
parent f8cbe766a3
commit 7c4bd22ee2

View File

@ -225,7 +225,7 @@ func GetImageNames(ioctx *rados.IOContext) (names []string, err error) {
}
}
//
// GetImage gets a reference to a previously created rbd image.
func GetImage(ioctx *rados.IOContext, name string) *Image {
return &Image{
ioctx: ioctx,