Skip to content

Commit 992f03f

Browse files
tobluxbrauner
authored andcommitted
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>
1 parent c12c0bb commit 992f03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/readdir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int wrap_directory_iterator(struct file *file,
7070
EXPORT_SYMBOL(wrap_directory_iterator);
7171

7272
/*
73-
* Note the "unsafe_put_user() semantics: we goto a
73+
* Note the "unsafe_put_user()" semantics: we goto a
7474
* label for errors.
7575
*/
7676
#define unsafe_copy_dirent_name(_dst, _src, _len, label) do { \

0 commit comments

Comments
 (0)