Skip to content

Commit

Permalink
readdir: Add missing quote in macro comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
toblux authored and brauner committed Jun 3, 2024
1 parent c12c0bb commit 992f03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/readdir.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int wrap_directory_iterator(struct file *file,
EXPORT_SYMBOL(wrap_directory_iterator);

/*
* Note the "unsafe_put_user() semantics: we goto a
* Note the "unsafe_put_user()" semantics: we goto a
* label for errors.
*/
#define unsafe_copy_dirent_name(_dst, _src, _len, label) do { \
Expand Down

0 comments on commit 992f03f

Please sign in to comment.