aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-09-10 19:59:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 22:59:01 +0100
commitbd220fe6ce8c3a0805f13a14706d3130ea872604 (patch)
treeb044b28a2bab552037266a736fe430380e7aabcb /meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
parentcf03765705c6cd26c1a904b62b9aca8f914f44aa (diff)
downloadopenembedded-core-contrib-bd220fe6ce8c3a0805f13a14706d3130ea872604.tar.gz
meta: Fix Upstream-Status statements
Fix a variety of problems such as typos, bad punctuations, or incorrect Upstream-Status values. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
index 03c0abc026..d38cc4d3f4 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
@@ -16,7 +16,7 @@ cache[0]: cached ino 15 when bufsize = 156 by ext2fs_read_inode_full()
Then the ino 14 would hit the cache[1] when bufsize = 128 (but it was
cached by bufsize = 156), so there would be errors.
-Upstream-Status: [Submitted]
+Upstream-Status: Submitted
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---