All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [COMMITTED][PATCH 1/1] tst_mkfs.c: Fix arg order in error message
@ 2020-01-15 11:25 Petr Vorel
  0 siblings, 0 replies; only message in thread
From: Petr Vorel @ 2020-01-15 11:25 UTC (permalink / raw)
  To: ltp

This fixes remaining typos from b0a30feb0.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 lib/tst_mkfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/tst_mkfs.c b/lib/tst_mkfs.c
index a33d36a6b..5d208eceb 100644
--- a/lib/tst_mkfs.c
+++ b/lib/tst_mkfs.c
@@ -98,7 +98,7 @@ void tst_mkfs_(const char *file, const int lineno, void (cleanup_fn)(void),
 			 "%s:%d: %s not found in $PATH", file, lineno, mkfs);
 	default:
 		tst_brkm(TBROK, cleanup_fn,
-			 "%s:%d: %s failed with %i", mkfs, ret, file, lineno);
+			 "%s:%d: %s failed with %i", file, lineno, mkfs, ret);
 	}
 }
 
-- 
2.24.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-15 11:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15 11:25 [LTP] [COMMITTED][PATCH 1/1] tst_mkfs.c: Fix arg order in error message Petr Vorel

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.