From: Thorsten Blum Date: Fri, 18 Oct 2024 21:41:42 +0000 (+0200) Subject: ecryptfs: Fix packet format comment in parse_tag_67_packet() X-Git-Tag: v7.0-rc1~34^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec25c4cf2db1ab1b91b8b4ba5296fb99e30debbe;p=thirdparty%2Fkernel%2Flinux.git ecryptfs: Fix packet format comment in parse_tag_67_packet() s/TAG 65/TAG 67/ Signed-off-by: Thorsten Blum Signed-off-by: Tyler Hicks --- 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 |