Skip to content

Commit deabb34

Browse files
huthAlexander Gordeev
authored andcommitted
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: a42831f ("s390/uv: Remove uv_get_secret_metadata function") Signed-off-by: Thomas Huth <thuth@redhat.com> Acked-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
1 parent 09dc397 commit deabb34

File tree

1 file changed

+2
-2
lines changed
  • arch/s390/kernel

1 file changed

+2
-2
lines changed

arch/s390/kernel/uv.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,8 @@ static int find_secret_in_page(const u8 secret_id[UV_SECRET_ID_LEN],
866866
return -ENOENT;
867867
}
868868

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

0 commit comments

Comments
 (0)