]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ecryptfs: Fix packet format comment in parse_tag_67_packet()
authorThorsten Blum <thorsten.blum@linux.dev>
Fri, 18 Oct 2024 21:41:42 +0000 (23:41 +0200)
committerTyler Hicks <code@tyhicks.com>
Tue, 23 Dec 2025 21:23:23 +0000 (15:23 -0600)
s/TAG 65/TAG 67/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Tyler Hicks <code@tyhicks.com>
fs/ecryptfs/keystore.c

index e8341a3271e2c31b111cc02bb5f203d1d271a31e..3a6283477d61d3ae4636964b81273843bc4e3585 100644 (file)
@@ -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 |