Commit 019ec6c1 authored by Aaron Strahlberger's avatar Aaron Strahlberger Committed by Greg Kroah-Hartman

staging: erofs: Fix spelling issue

Changed "stoped" to "stopped".
Signed-off-by: default avatarAaron Strahlberger <aaron.strahlberger@posteo.de>
Signed-off-by: default avatarJulius Wiedmann <julius.wiedmann@fau.de>
Signed-off-by: default avatarDominik Huber <domi250@gmx.de>
Reviewed-by: default avatarGao Xiang <gaoxiang25@huawei.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ccd9c19c
......@@ -69,8 +69,8 @@ static int erofs_fill_dentries(struct dir_context *ctx,
#endif
if (!dir_emit(ctx, de_name, de_namelen,
le64_to_cpu(de->nid), d_type))
/* stoped by some reason */
le64_to_cpu(de->nid), d_type))
/* stopped by some reason */
return 1;
++de;
*ofs += sizeof(struct erofs_dirent);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment