projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c12c0bb
)
readdir: Add missing quote in macro comment
author
Thorsten Blum
<thorsten.blum@toblux.com>
Sun, 2 Jun 2024 00:47:30 +0000
(
02:47
+0200)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/fs/readdir.c
b/fs/readdir.c
index
12a5f45
..
d6c8242
100644
(file)
--- 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 { \