All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] testcases/kernel/fs/ftest:Fix some comment errors
@ 2019-10-29  6:19 Ma Feng
  2019-11-06 16:15 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Ma Feng @ 2019-10-29  6:19 UTC (permalink / raw)
  To: ltp

I found some comment errors may cause misunderstandings
when I simply read ftest's descriptions

Signed-off-by: Ma Feng <mafeng.ma@huawei.com>
---
 testcases/kernel/fs/ftest/ftest06.c | 2 +-
 testcases/kernel/fs/ftest/ftest07.c | 2 +-
 testcases/kernel/fs/ftest/ftest08.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testcases/kernel/fs/ftest/ftest06.c b/testcases/kernel/fs/ftest/ftest06.c
index b434067..c3aebe5 100644
--- a/testcases/kernel/fs/ftest/ftest06.c
+++ b/testcases/kernel/fs/ftest/ftest06.c
@@ -25,7 +25,7 @@
  * 	this is the same as ftest2, except that it uses lseek64
  *
  * CALLS
- *	open, close,  read, write, llseek,
+ *	open, close,  read, write, lseek64,
  *	unlink, chdir
  *
  *
diff --git a/testcases/kernel/fs/ftest/ftest07.c b/testcases/kernel/fs/ftest/ftest07.c
index e5998b5..3b5b2a4 100644
--- a/testcases/kernel/fs/ftest/ftest07.c
+++ b/testcases/kernel/fs/ftest/ftest07.c
@@ -23,7 +23,7 @@
  *	ftest07.c -- test file I/O with readv and writev (ported from SPIE,
  *		    section2/filesuite/ftest9.c
  *
- * 	this is the same as ftest4, except that it uses lseek64
+ * 	this is the same as ftest3, except that it uses lseek64
  *
  * CALLS
  *	lseek64, readv, writev,
diff --git a/testcases/kernel/fs/ftest/ftest08.c b/testcases/kernel/fs/ftest/ftest08.c
index 5e46248..e7fb56f 100644
--- a/testcases/kernel/fs/ftest/ftest08.c
+++ b/testcases/kernel/fs/ftest/ftest08.c
@@ -23,7 +23,7 @@
  *	ftest08.c -- test single file io (tsfio.c by rbk) (ported from SPIE,
  *		     section2/filesuite/ftest10.c, by Airong Zhang)
  *
- * 	this is the same as ftest5, except that it uses lseek64
+ * 	this is the same as ftest4, except that it uses lseek64
  *
  * CALLS
  *	fsync, sync, lseek64, read, write
-- 
2.6.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [LTP] [PATCH] testcases/kernel/fs/ftest:Fix some comment errors
  2019-10-29  6:19 [LTP] [PATCH] testcases/kernel/fs/ftest:Fix some comment errors Ma Feng
@ 2019-11-06 16:15 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2019-11-06 16:15 UTC (permalink / raw)
  To: ltp

Hi!
Applied, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-06 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29  6:19 [LTP] [PATCH] testcases/kernel/fs/ftest:Fix some comment errors Ma Feng
2019-11-06 16:15 ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.