Commit deabb34b authored by Thomas Huth's avatar Thomas Huth Committed by Alexander Gordeev
Browse files

s390/uv: Fix comment of uv_find_secret() function



The uv_get_secret_metadata() function has been removed some
months ago, so we should not mention it in the comment anymore.

Fixes: a42831f0 ("s390/uv: Remove uv_get_secret_metadata function")
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
Acked-by: default avatarClaudio Imbrenda <imbrenda@linux.ibm.com>
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarAlexander Gordeev <agordeev@linux.ibm.com>
parent 09dc3972
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -866,8 +866,8 @@ static int find_secret_in_page(const u8 secret_id[UV_SECRET_ID_LEN],
	return -ENOENT;
}

/*
 * Do the actual search for `uv_get_secret_metadata`.
/**
 * uv_find_secret() - search secret metadata for a given secret id.
 * @secret_id: search pattern.
 * @list: ephemeral buffer space
 * @secret: output data, containing the secret's metadata.