diff options
| author | Slark Xiao <slark_xiao@163.com> | 2022-07-22 13:02:12 +0300 |
|---|---|---|
| committer | Tyler Hicks <code@tyhicks.com> | 2025-12-24 00:22:59 +0300 |
| commit | 0f9b0076ff05492aac2fb38129506892b81748cf (patch) | |
| tree | 246d732ffbd760cb99f7e4d3569b9d63f9d9e275 | |
| parent | 9448598b22c50c8a5bb77a9103e2d49f134c9578 (diff) | |
| download | linux-0f9b0076ff05492aac2fb38129506892b81748cf.tar.xz | |
ecryptfs: keystore: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Tyler Hicks <code@tyhicks.com>
| -rw-r--r-- | fs/ecryptfs/keystore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c index bbf8603242fa..e8341a3271e2 100644 --- a/fs/ecryptfs/keystore.c +++ b/fs/ecryptfs/keystore.c @@ -837,7 +837,7 @@ struct ecryptfs_parse_tag_70_packet_silly_stack { * @filename: This function kmalloc's the memory for the filename * @filename_size: This function sets this to the amount of memory * kmalloc'd for the filename - * @packet_size: This function sets this to the the number of octets + * @packet_size: This function sets this to the number of octets * in the packet parsed * @mount_crypt_stat: The mount-wide cryptographic context * @data: The memory location containing the start of the tag 70 |
