All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove extra space in tausworthe32 warning message
@ 2016-10-29  5:14 Bruce Cran
  2016-11-01 20:25 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Cran @ 2016-10-29  5:14 UTC (permalink / raw)
  To: fio

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-Remove-extra-space-in-tausworthe32-warning-message.patch --]
[-- Type: text/plain, Size: 782 bytes --]

From 199d139a9a40e0e45531528eb7281dfc89a705ed Mon Sep 17 00:00:00 2001
From: Bruce Cran <Bruce.Cran@sandisk.com>
Date: Fri, 28 Oct 2016 23:12:15 -0600
Subject: [PATCH] Remove extra space in tausworthe32 warning message

---
 filesetup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filesetup.c b/filesetup.c
index a3bbbb2..969e7cc 100644
--- a/filesetup.c
+++ b/filesetup.c
@@ -1098,7 +1098,7 @@ static int check_rand_gen_limits(struct thread_data *td, struct fio_file *f,
 	if (!fio_option_is_set(&td->o, random_generator)) {
 		log_info("fio: Switching to tausworthe64. Use the "
 			 "random_generator= option to get rid of this "
-			 " warning.\n");
+			 "warning.\n");
 		td->o.random_generator = FIO_RAND_GEN_TAUSWORTHE64;
 		return 0;
 	}
-- 
2.10.1


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

* Re: [PATCH] Remove extra space in tausworthe32 warning message
  2016-10-29  5:14 [PATCH] Remove extra space in tausworthe32 warning message Bruce Cran
@ 2016-11-01 20:25 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2016-11-01 20:25 UTC (permalink / raw)
  To: Bruce Cran; +Cc: fio

On Fri, Oct 28 2016, Bruce Cran wrote:
> 

> From 199d139a9a40e0e45531528eb7281dfc89a705ed Mon Sep 17 00:00:00 2001
> From: Bruce Cran <Bruce.Cran@sandisk.com>
> Date: Fri, 28 Oct 2016 23:12:15 -0600
> Subject: [PATCH] Remove extra space in tausworthe32 warning message

Applied, thanks.

-- 
Jens Axboe



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

end of thread, other threads:[~2016-11-01 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-29  5:14 [PATCH] Remove extra space in tausworthe32 warning message Bruce Cran
2016-11-01 20:25 ` Jens Axboe

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.