All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Some spelling fixes
@ 2016-05-24  9:22 Martin Steigerwald
  2016-05-24  9:22 ` [PATCH 1/5] Spelling fix. Reported by Debian´s lintian Martin Steigerwald
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Martin Steigerwald @ 2016-05-24  9:22 UTC (permalink / raw)
  To: fio, Jens Axboe; +Cc: Martin Steigerwald

Just some spelling fixes.

Martin Steigerwald (5):
  Spelling fix. Reported by Debian´s lintian.
  Spelling fix. Reported by Debian´s lintian.
  Spelling fix. Reported by Debian´s lintian.
  Spelling fix.
  Spelling fix. Reported by Debian´s lintian.

 fio.1            | 2 +-
 gettime-thread.c | 2 +-
 idletime.c       | 2 +-
 memory.c         | 2 +-
 options.c        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.8.1



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

* [PATCH 1/5] Spelling fix. Reported by Debian´s lintian.
  2016-05-24  9:22 [PATCH 0/5] Some spelling fixes Martin Steigerwald
@ 2016-05-24  9:22 ` Martin Steigerwald
  2016-05-24  9:22 ` [PATCH 2/5] " Martin Steigerwald
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Martin Steigerwald @ 2016-05-24  9:22 UTC (permalink / raw)
  To: fio, Jens Axboe; +Cc: Martin Steigerwald

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

diff --git a/options.c b/options.c
index 7f0f2c0..3360784 100644
--- a/options.c
+++ b/options.c
@@ -2023,7 +2023,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
 			  },
 			  { .ival = "normal",
 			    .oval = FIO_RAND_DIST_GAUSS,
-			    .help = "Normal (gaussian) distribution",
+			    .help = "Normal (Gaussian) distribution",
 			  },
 			  { .ival = "zoned",
 			    .oval = FIO_RAND_DIST_ZONED,
-- 
2.8.1



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

* [PATCH 2/5] Spelling fix. Reported by Debian´s lintian.
  2016-05-24  9:22 [PATCH 0/5] Some spelling fixes Martin Steigerwald
  2016-05-24  9:22 ` [PATCH 1/5] Spelling fix. Reported by Debian´s lintian Martin Steigerwald
@ 2016-05-24  9:22 ` Martin Steigerwald
  2016-05-24  9:22 ` [PATCH 3/5] " Martin Steigerwald
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Martin Steigerwald @ 2016-05-24  9:22 UTC (permalink / raw)
  To: fio, Jens Axboe; +Cc: Martin Steigerwald

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

diff --git a/memory.c b/memory.c
index c04d7df..af4d5ef 100644
--- a/memory.c
+++ b/memory.c
@@ -89,7 +89,7 @@ static int alloc_mem_shm(struct thread_data *td, unsigned int total_mem)
 					" support huge pages.\n");
 			} else if (errno == ENOMEM) {
 				log_err("fio: no huge pages available, do you"
-					" need to alocate some? See HOWTO.\n");
+					" need to allocate some? See HOWTO.\n");
 			}
 		}
 
-- 
2.8.1



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

* [PATCH 3/5] Spelling fix. Reported by Debian´s lintian.
  2016-05-24  9:22 [PATCH 0/5] Some spelling fixes Martin Steigerwald
  2016-05-24  9:22 ` [PATCH 1/5] Spelling fix. Reported by Debian´s lintian Martin Steigerwald
  2016-05-24  9:22 ` [PATCH 2/5] " Martin Steigerwald
@ 2016-05-24  9:22 ` Martin Steigerwald
  2016-05-24  9:22 ` [PATCH 4/5] Spelling fix Martin Steigerwald
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Martin Steigerwald @ 2016-05-24  9:22 UTC (permalink / raw)
  To: fio, Jens Axboe; +Cc: Martin Steigerwald

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

diff --git a/gettime-thread.c b/gettime-thread.c
index 9bf85f0..6dc1486 100644
--- a/gettime-thread.c
+++ b/gettime-thread.c
@@ -81,7 +81,7 @@ int fio_start_gtod_thread(void)
 
 	ret = pthread_detach(gtod_thread);
 	if (ret) {
-		log_err("Can't detatch gtod thread: %s\n", strerror(ret));
+		log_err("Can't detach gtod thread: %s\n", strerror(ret));
 		goto err;
 	}
 
-- 
2.8.1



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

* [PATCH 4/5] Spelling fix.
  2016-05-24  9:22 [PATCH 0/5] Some spelling fixes Martin Steigerwald
                   ` (2 preceding siblings ...)
  2016-05-24  9:22 ` [PATCH 3/5] " Martin Steigerwald
@ 2016-05-24  9:22 ` Martin Steigerwald
  2016-05-24  9:22 ` [PATCH 5/5] Spelling fix. Reported by Debian´s lintian Martin Steigerwald
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Martin Steigerwald @ 2016-05-24  9:22 UTC (permalink / raw)
  To: fio, Jens Axboe; +Cc: Martin Steigerwald

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

diff --git a/idletime.c b/idletime.c
index fab43c5..4c00d80 100644
--- a/idletime.c
+++ b/idletime.c
@@ -260,7 +260,7 @@ void fio_idle_prof_init(void)
 
 		if ((ret = pthread_detach(ipt->thread))) {
 			/* log error and let the thread spin */
-			log_err("fio: pthread_detatch %s\n", strerror(ret));
+			log_err("fio: pthread_detach %s\n", strerror(ret));
 		}
 	}
 
-- 
2.8.1



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

* [PATCH 5/5] Spelling fix. Reported by Debian´s lintian.
  2016-05-24  9:22 [PATCH 0/5] Some spelling fixes Martin Steigerwald
                   ` (3 preceding siblings ...)
  2016-05-24  9:22 ` [PATCH 4/5] Spelling fix Martin Steigerwald
@ 2016-05-24  9:22 ` Martin Steigerwald
  2016-05-24  9:40 ` [PATCH 0/5] Some spelling fixes Martin Steigerwald
  2016-05-24  9:50 ` Martin Steigerwald
  6 siblings, 0 replies; 9+ messages in thread
From: Martin Steigerwald @ 2016-05-24  9:22 UTC (permalink / raw)
  To: fio, Jens Axboe; +Cc: Martin Steigerwald

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

diff --git a/fio.1 b/fio.1
index 839a359..f521c9d 100644
--- a/fio.1
+++ b/fio.1
@@ -2087,7 +2087,7 @@ This format is not supported in Fio versions => 1.20-rc3.
 .B Trace file format v2
 .RS
 The second version of the trace file format was added in Fio version 1.17.
-It allows to access more then one file per trace and has a bigger set of
+It allows one to access more then one file per trace and has a bigger set of
 possible file actions.
 
 The first line of the trace file has to be:
-- 
2.8.1



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

* Re: [PATCH 0/5] Some spelling fixes
  2016-05-24  9:22 [PATCH 0/5] Some spelling fixes Martin Steigerwald
                   ` (4 preceding siblings ...)
  2016-05-24  9:22 ` [PATCH 5/5] Spelling fix. Reported by Debian´s lintian Martin Steigerwald
@ 2016-05-24  9:40 ` Martin Steigerwald
  2016-05-24 14:12   ` Jens Axboe
  2016-05-24  9:50 ` Martin Steigerwald
  6 siblings, 1 reply; 9+ messages in thread
From: Martin Steigerwald @ 2016-05-24  9:40 UTC (permalink / raw)
  To: fio; +Cc: Jens Axboe

Hi Jens,

On Dienstag, 24. Mai 2016 11:22:45 CEST Martin Steigerwald wrote:
> Just some spelling fixes.

You can also pull from:

https://github.com/axboe/fio/pull/180

Thanks,
Martin

> 
> Martin Steigerwald (5):
>   Spelling fix. Reported by Debian´s lintian.
>   Spelling fix. Reported by Debian´s lintian.
>   Spelling fix. Reported by Debian´s lintian.
>   Spelling fix.
>   Spelling fix. Reported by Debian´s lintian.
> 
>  fio.1            | 2 +-
>  gettime-thread.c | 2 +-
>  idletime.c       | 2 +-
>  memory.c         | 2 +-
>  options.c        | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)



-- 
Martin Steigerwald  | Trainer

teamix GmbH
Südwestpark 43
90449 Nürnberg

Tel.:  +49 911 30999 55 | Fax: +49 911 30999 99
mail: martin.steigerwald@teamix.de | web:  http://www.teamix.de | blog: http://blog.teamix.de

Amtsgericht Nürnberg, HRB 18320 | Geschäftsführer: Oliver Kügow, Richard Müller

teamix Support Hotline: +49 911 30999-112
 
 Flexibilität im Haus – Sicherheit im Kopf, testen Sie jetzt 30 Tage kostenfrei unsere Cloud Backup Lösung FlexVault: www.teamix.de/cloud-backup 



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

* Re: [PATCH 0/5] Some spelling fixes
  2016-05-24  9:22 [PATCH 0/5] Some spelling fixes Martin Steigerwald
                   ` (5 preceding siblings ...)
  2016-05-24  9:40 ` [PATCH 0/5] Some spelling fixes Martin Steigerwald
@ 2016-05-24  9:50 ` Martin Steigerwald
  6 siblings, 0 replies; 9+ messages in thread
From: Martin Steigerwald @ 2016-05-24  9:50 UTC (permalink / raw)
  To: fio; +Cc: Jens Axboe

Hi Jens,

On Dienstag, 24. Mai 2016 11:22:45 CEST Martin Steigerwald wrote:
> Just some spelling fixes.

You can also pull from:

https://github.com/axboe/fio/pull/180

Thanks,
Martin

> 
> Martin Steigerwald (5):
>   Spelling fix. Reported by Debian´s lintian.
>   Spelling fix. Reported by Debian´s lintian.
>   Spelling fix. Reported by Debian´s lintian.
>   Spelling fix.
>   Spelling fix. Reported by Debian´s lintian.
> 
>  fio.1            | 2 +-
>  gettime-thread.c | 2 +-
>  idletime.c       | 2 +-
>  memory.c         | 2 +-
>  options.c        | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)




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

* Re: [PATCH 0/5] Some spelling fixes
  2016-05-24  9:40 ` [PATCH 0/5] Some spelling fixes Martin Steigerwald
@ 2016-05-24 14:12   ` Jens Axboe
  0 siblings, 0 replies; 9+ messages in thread
From: Jens Axboe @ 2016-05-24 14:12 UTC (permalink / raw)
  To: Martin Steigerwald, fio

On 05/24/2016 03:40 AM, Martin Steigerwald wrote:
> Hi Jens,
>
> On Dienstag, 24. Mai 2016 11:22:45 CEST Martin Steigerwald wrote:
>> Just some spelling fixes.
>
> You can also pull from:
>
> https://github.com/axboe/fio/pull/180

Pulled them, thanks!

-- 
Jens Axboe



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

end of thread, other threads:[~2016-05-24 14:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-24  9:22 [PATCH 0/5] Some spelling fixes Martin Steigerwald
2016-05-24  9:22 ` [PATCH 1/5] Spelling fix. Reported by Debian´s lintian Martin Steigerwald
2016-05-24  9:22 ` [PATCH 2/5] " Martin Steigerwald
2016-05-24  9:22 ` [PATCH 3/5] " Martin Steigerwald
2016-05-24  9:22 ` [PATCH 4/5] Spelling fix Martin Steigerwald
2016-05-24  9:22 ` [PATCH 5/5] Spelling fix. Reported by Debian´s lintian Martin Steigerwald
2016-05-24  9:40 ` [PATCH 0/5] Some spelling fixes Martin Steigerwald
2016-05-24 14:12   ` Jens Axboe
2016-05-24  9:50 ` Martin Steigerwald

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.