]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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

index 12a5f45673609b2b144c3aea62560fdda7c80426..d6c82421902aca49f69b6499cb1041118991244a 100644 (file)
@@ -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 {  \