From: Thorsten Blum Date: Sun, 2 Jun 2024 00:47:30 +0000 (+0200) Subject: readdir: Add missing quote in macro comment X-Git-Tag: io_uring-6.11-20240722~150^2~20 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=992f03ff8661bb0427f1db59c283f3fa63182b09;p=linux-block.git 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 Link: https://lore.kernel.org/r/20240602004729.229634-2-thorsten.blum@toblux.com Reviewed-by: Jan Kara Signed-off-by: Christian Brauner --- diff --git a/fs/readdir.c b/fs/readdir.c index 12a5f4567360..d6c82421902a 100644 --- a/fs/readdir.c +++ b/fs/readdir.c @@ -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 { \