projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c0dd2
)
f2fs: trace: fix typo
author
Chao Yu
<yuchao0@huawei.com>
Thu, 3 Sep 2020 02:15:15 +0000
(10:15 +0800)
committer
Jaegeuk 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
patch
|
blob
|
history
diff --git
a/include/trace/events/f2fs.h
b/include/trace/events/f2fs.h
index
06c73f3
..
f8f1e85
100644
(file)
--- 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, "compre
e
sed" }, \
+ { CP_COMPRESSED, "compre
s
sed" }, \
{ CP_HARDLINK, "hardlink" }, \
{ CP_SB_NEED_CP, "sb needs cp" }, \
{ CP_WRONG_PINO, "wrong pino" }, \