All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix spelling milisec -> ms in module parameter description
@ 2011-01-02 14:21 Stefan Weil
  2011-01-02 14:45 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2011-01-02 14:21 UTC (permalink / raw)
  Cc: Stefan Weil, Geert Uytterhoeven, Jiri Kosina, linux-kernel

Instead of replacing 'milisec' by 'millisec', I decided to use
the more common SI unit. Other drivers use 'milliseconds'
or 'ms', too ('millisec' is never used).

Cc: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 sound/ppc/snd_ps3.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c
index 581a670..edce8a2 100644
--- a/sound/ppc/snd_ps3.c
+++ b/sound/ppc/snd_ps3.c
@@ -51,7 +51,7 @@ static struct snd_ps3_card_info the_card;
 static int snd_ps3_start_delay = CONFIG_SND_PS3_DEFAULT_START_DELAY;
 
 module_param_named(start_delay, snd_ps3_start_delay, uint, 0644);
-MODULE_PARM_DESC(start_delay, "time to insert silent data in milisec");
+MODULE_PARM_DESC(start_delay, "time to insert silent data in ms");
 
 static int index = SNDRV_DEFAULT_IDX1;
 static char *id = SNDRV_DEFAULT_STR1;
-- 
1.7.2.3


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

* Re: [PATCH] Fix spelling milisec -> ms in module parameter description
  2011-01-02 14:21 [PATCH] Fix spelling milisec -> ms in module parameter description Stefan Weil
@ 2011-01-02 14:45 ` Geert Uytterhoeven
  2011-01-03 12:54   ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2011-01-02 14:45 UTC (permalink / raw)
  To: Stefan Weil; +Cc: Geert Uytterhoeven, Jiri Kosina, linux-kernel, Geoff Levand

On Sun, Jan 2, 2011 at 15:21, Stefan Weil <weil@mail.berlios.de> wrote:
> Instead of replacing 'milisec' by 'millisec', I decided to use
> the more common SI unit. Other drivers use 'milliseconds'
> or 'ms', too ('millisec' is never used).
>
> Cc: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

> Cc: Jiri Kosina <trivial@kernel.org>
> Cc: linux-kernel@vger.kernel.org
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> ---
>  sound/ppc/snd_ps3.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c
> index 581a670..edce8a2 100644
> --- a/sound/ppc/snd_ps3.c
> +++ b/sound/ppc/snd_ps3.c
> @@ -51,7 +51,7 @@ static struct snd_ps3_card_info the_card;
>  static int snd_ps3_start_delay = CONFIG_SND_PS3_DEFAULT_START_DELAY;
>
>  module_param_named(start_delay, snd_ps3_start_delay, uint, 0644);
> -MODULE_PARM_DESC(start_delay, "time to insert silent data in milisec");
> +MODULE_PARM_DESC(start_delay, "time to insert silent data in ms");
>
>  static int index = SNDRV_DEFAULT_IDX1;
>  static char *id = SNDRV_DEFAULT_STR1;
> --
> 1.7.2.3

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] Fix spelling milisec -> ms in module parameter description
  2011-01-02 14:45 ` Geert Uytterhoeven
@ 2011-01-03 12:54   ` Jiri Kosina
  0 siblings, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2011-01-03 12:54 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Stefan Weil, Geert Uytterhoeven, linux-kernel, Geoff Levand

On Sun, 2 Jan 2011, Geert Uytterhoeven wrote:

> On Sun, Jan 2, 2011 at 15:21, Stefan Weil <weil@mail.berlios.de> wrote:
> > Instead of replacing 'milisec' by 'millisec', I decided to use
> > the more common SI unit. Other drivers use 'milliseconds'
> > or 'ms', too ('millisec' is never used).
> >
> > Cc: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
> 
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

end of thread, other threads:[~2011-01-03 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-02 14:21 [PATCH] Fix spelling milisec -> ms in module parameter description Stefan Weil
2011-01-02 14:45 ` Geert Uytterhoeven
2011-01-03 12:54   ` Jiri Kosina

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.