summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2024-10-19 00:41:42 +0300
committerTyler Hicks <code@tyhicks.com>2025-12-24 00:23:23 +0300
commitec25c4cf2db1ab1b91b8b4ba5296fb99e30debbe (patch)
treef7eab2fb2f6ebaa1374d8a08d7940deafefe218b
parent9383d8205c1591f49d66cb53b3a5b0f15e9ff703 (diff)
downloadlinux-ec25c4cf2db1ab1b91b8b4ba5296fb99e30debbe.tar.xz
ecryptfs: Fix packet format comment in parse_tag_67_packet()
s/TAG 65/TAG 67/ Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by: Tyler Hicks <code@tyhicks.com>
-rw-r--r--fs/ecryptfs/keystore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c
index e8341a3271e2..3a6283477d61 100644
--- a/fs/ecryptfs/keystore.c
+++ b/fs/ecryptfs/keystore.c
@@ -354,7 +354,7 @@ parse_tag_67_packet(struct ecryptfs_key_record *key_rec,
int rc;
/*
- * ***** TAG 65 Packet Format *****
+ * ***** TAG 67 Packet Format *****
* | Content Type | 1 byte |
* | Status Indicator | 1 byte |
* | Encrypted File Encryption Key Size | 1 or 2 bytes |