]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
s390/uv: Fix comment of uv_find_secret() function
authorThomas Huth <thuth@redhat.com>
Thu, 2 Oct 2025 15:54:23 +0000 (17:54 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 8 Oct 2025 11:58:37 +0000 (13:58 +0200)
The uv_get_secret_metadata() function has been removed some
months ago, so we should not mention it in the comment anymore.

Fixes: a42831f0b74dc ("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>
arch/s390/kernel/uv.c

index 47f574cd1728a0fffa972ad0adc8f75189ce7d44..324cd549807a5a8a0f9084ec878b6fe420026590 100644 (file)
@@ -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.