From: Chao Yu Date: Thu, 3 Sep 2020 02:15:15 +0000 (+0800) Subject: f2fs: trace: fix typo X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~977^2~28 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=32c0fec1aa85f1a9aebfd9445208f4223bcd96e8;p=linux.git f2fs: trace: fix typo Fixes a typo from 'compreesed' to 'compressed'. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- diff --git a/include/trace/events/f2fs.h b/include/trace/events/f2fs.h index 06c73f3f6dd2..f8f1e85ff130 100644 --- a/include/trace/events/f2fs.h +++ b/include/trace/events/f2fs.h @@ -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" }, \