mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
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 <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>
This commit is contained in:
parent
c12c0bb031
commit
992f03ff86
1 changed files with 1 additions and 1 deletions
|
@ -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 { \
|
||||
|
|
Loading…
Add table
Reference in a new issue