All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v1] openposix/mmap/1-4: correct a typo
@ 2021-04-05 12:23 Bogdan Lezhepekov
  2021-04-06  2:54 ` Li Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Bogdan Lezhepekov @ 2021-04-05 12:23 UTC (permalink / raw)
  To: ltp

A typo in the name of the temporary file:
     pts_mmap_11_5 -> pts_mmap_11_4

Signed-off-by: Bogdan Lezhepekov <bogdan.lezhepekov@suse.com>
---
 .../open_posix_testsuite/conformance/interfaces/mmap/11-4.c     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/open_posix_testsuite/conformance/interfaces/mmap/11-4.c b/testcases/open_posix_testsuite/conformance/interfaces/mmap/11-4.c
index cb238b40e..45dc746f3 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/mmap/11-4.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/mmap/11-4.c
@@ -66,7 +66,7 @@ int main(void)
 	/* mmap will create a partial page */
 	len = page_size / 2;
 
-	PTS_GET_TMP_FILENAME(tmpfname, "pts_mmap_11_5");
+	PTS_GET_TMP_FILENAME(tmpfname, "pts_mmap_11_4");
 #ifdef	__linux__
 	struct statfs buf;
 
-- 
2.30.2


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

* [LTP] [PATCH v1] openposix/mmap/1-4: correct a typo
  2021-04-05 12:23 [LTP] [PATCH v1] openposix/mmap/1-4: correct a typo Bogdan Lezhepekov
@ 2021-04-06  2:54 ` Li Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Li Wang @ 2021-04-06  2:54 UTC (permalink / raw)
  To: ltp

On Mon, Apr 5, 2021 at 8:23 PM Bogdan Lezhepekov via ltp <ltp@lists.linux.it>
wrote:

> A typo in the name of the temporary file:
>      pts_mmap_11_5 -> pts_mmap_11_4
>
> Signed-off-by: Bogdan Lezhepekov <bogdan.lezhepekov@suse.com>
>

Good catch, pushed.


-- 
Regards,
Li Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20210406/e0c1bc68/attachment.htm>

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

end of thread, other threads:[~2021-04-06  2:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-05 12:23 [LTP] [PATCH v1] openposix/mmap/1-4: correct a typo Bogdan Lezhepekov
2021-04-06  2:54 ` Li Wang

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.