aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Blum <[email protected]>2024-06-02 02:47:30 +0200
committerChristian Brauner <[email protected]>2024-06-03 15:49:26 +0200
commit992f03ff8661bb0427f1db59c283f3fa63182b09 (patch)
tree022c2cc97bd5154fd987583696d22b5c5b2fa465
parentc12c0bb031cbaccf4f7d375db466b6457453bfa8 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Jan Kara <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
-rw-r--r--fs/readdir.c2
1 files changed, 1 insertions, 1 deletions
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 { \