]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
f2fs: trace: fix typo
authorChao Yu <yuchao0@huawei.com>
Thu, 3 Sep 2020 02:15:15 +0000 (10:15 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 11 Sep 2020 18:11:25 +0000 (11:11 -0700)
Fixes a typo from 'compreesed' to 'compressed'.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
include/trace/events/f2fs.h

index 06c73f3f6dd2a5b3ee74e28c25f98b1d34156781..f8f1e85ff1300a444ce538d68d10a3c7cfa15a58 100644 (file)
@@ -136,7 +136,7 @@ TRACE_DEFINE_ENUM(CP_RESIZE);
        __print_symbolic(type,                                          \
                { CP_NO_NEEDED,         "no needed" },                  \
                { CP_NON_REGULAR,       "non regular" },                \
-               { CP_COMPRESSED,        "compreesed" },                 \
+               { CP_COMPRESSED,        "compressed" },                 \
                { CP_HARDLINK,          "hardlink" },                   \
                { CP_SB_NEED_CP,        "sb needs cp" },                \
                { CP_WRONG_PINO,        "wrong pino" },                 \