readdir: Add missing quote in macro comment
authorThorsten Blum <thorsten.blum@toblux.com>
Sun, 2 Jun 2024 00:47:30 +0000 (02:47 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 3 Jun 2024 13:49:26 +0000 (15:49 +0200)
commit992f03ff8661bb0427f1db59c283f3fa63182b09
tree022c2cc97bd5154fd987583696d22b5c5b2fa465
parentc12c0bb031cbaccf4f7d375db466b6457453bfa8
readdir: Add missing quote in macro comment

Add a missing double quote in the unsafe_copy_dirent_name() macro
comment.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Link: https://lore.kernel.org/r/20240602004729.229634-2-thorsten.blum@toblux.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/readdir.c