* [PATCH][Trivial] sound/pci/riptide/riptide.c: remove trailing whitespace
@ 2012-04-08 22:27 Jesper Juhl
2012-04-08 22:39 ` Joe Perches
2012-04-10 7:49 ` [alsa-devel] " Takashi Iwai
0 siblings, 2 replies; 3+ messages in thread
From: Jesper Juhl @ 2012-04-08 22:27 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai
Cc: trivial, Peter Gruber, alsa-devel, linux-kernel
There's a bunch of trailing whitespace at the top of the
sound/pci/riptide/riptide.c file - this patch gets rid of it.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
sound/pci/riptide/riptide.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/sound/pci/riptide/riptide.c b/sound/pci/riptide/riptide.c
index 0481d94..a8b07be 100644
--- a/sound/pci/riptide/riptide.c
+++ b/sound/pci/riptide/riptide.c
@@ -21,29 +21,29 @@
/*
History:
- 02/15/2004 first release
-
+
This Driver is based on the OSS Driver version from Linuxant (riptide-0.6lnxtbeta03111100)
credits from the original files:
-
- MODULE NAME: cnxt_rt.h
+
+ MODULE NAME: cnxt_rt.h
AUTHOR: K. Lazarev (Transcribed by KNL)
HISTORY: Major Revision Date By
----------------------------- -------- -----
Created 02/1/2000 KNL
- MODULE NAME: int_mdl.c
+ MODULE NAME: int_mdl.c
AUTHOR: Konstantin Lazarev (Transcribed by KNL)
HISTORY: Major Revision Date By
----------------------------- -------- -----
Created 10/01/99 KNL
-
- MODULE NAME: riptide.h
+
+ MODULE NAME: riptide.h
AUTHOR: O. Druzhinin (Transcribed by OLD)
HISTORY: Major Revision Date By
----------------------------- -------- -----
Created 10/16/97 OLD
- MODULE NAME: Rp_Cmdif.cpp
+ MODULE NAME: Rp_Cmdif.cpp
AUTHOR: O. Druzhinin (Transcribed by OLD)
K. Lazarev (Transcribed by KNL)
HISTORY: Major Revision Date By
@@ -51,7 +51,7 @@
Adopted from NT4 driver 6/22/99 OLD
Ported to Linux 9/01/99 KNL
- MODULE NAME: rt_hw.c
+ MODULE NAME: rt_hw.c
AUTHOR: O. Druzhinin (Transcribed by OLD)
C. Lazarev (Transcribed by CNL)
HISTORY: Major Revision Date By
@@ -73,13 +73,13 @@
----------------------------- -------- -----
Created 11/18/97 CNL
- MODULE NAME: rt_mdl.c
+ MODULE NAME: rt_mdl.c
AUTHOR: Konstantin Lazarev (Transcribed by KNL)
HISTORY: Major Revision Date By
----------------------------- -------- -----
Created 10/01/99 KNL
- MODULE NAME: mixer.h
+ MODULE NAME: mixer.h
AUTHOR: K. Kenney
HISTORY: Major Revision Date By
----------------------------- -------- -----
--
1.7.10
--
Jesper Juhl <jj@chaosbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH][Trivial] sound/pci/riptide/riptide.c: remove trailing whitespace
2012-04-08 22:27 [PATCH][Trivial] sound/pci/riptide/riptide.c: remove trailing whitespace Jesper Juhl
@ 2012-04-08 22:39 ` Joe Perches
2012-04-10 7:49 ` [alsa-devel] " Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2012-04-08 22:39 UTC (permalink / raw)
To: Jesper Juhl
Cc: Jaroslav Kysela, Takashi Iwai, trivial, Peter Gruber, alsa-devel,
linux-kernel
On Mon, 2012-04-09 at 00:27 +0200, Jesper Juhl wrote:
> There's a bunch of trailing whitespace at the top of the
> sound/pci/riptide/riptide.c file - this patch gets rid of it.
[]
> diff --git a/sound/pci/riptide/riptide.c b/sound/pci/riptide/riptide.c
[]
> @@ -21,29 +21,29 @@
> /*
> History:
> - 02/15/2004 first release
> -
> +
> This Driver is based on the OSS Driver version from Linuxant (riptide-0.6lnxtbeta03111100)
> credits from the original files:
Might as well delete the whole block.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [alsa-devel] [PATCH][Trivial] sound/pci/riptide/riptide.c: remove trailing whitespace
2012-04-08 22:27 [PATCH][Trivial] sound/pci/riptide/riptide.c: remove trailing whitespace Jesper Juhl
2012-04-08 22:39 ` Joe Perches
@ 2012-04-10 7:49 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2012-04-10 7:49 UTC (permalink / raw)
To: Jesper Juhl
Cc: Jaroslav Kysela, Peter Gruber, alsa-devel, trivial, linux-kernel
At Mon, 9 Apr 2012 00:27:26 +0200 (CEST),
Jesper Juhl wrote:
>
> There's a bunch of trailing whitespace at the top of the
> sound/pci/riptide/riptide.c file - this patch gets rid of it.
>
> Signed-off-by: Jesper Juhl <jj@chaosbits.net>
All lines are comments, so I don't think this is worth to fix.
thanks,
Takashi
> ---
> sound/pci/riptide/riptide.c | 20 ++++++++++----------
> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/sound/pci/riptide/riptide.c b/sound/pci/riptide/riptide.c
> index 0481d94..a8b07be 100644
> --- a/sound/pci/riptide/riptide.c
> +++ b/sound/pci/riptide/riptide.c
> @@ -21,29 +21,29 @@
> /*
> History:
> - 02/15/2004 first release
> -
> +
> This Driver is based on the OSS Driver version from Linuxant (riptide-0.6lnxtbeta03111100)
> credits from the original files:
> -
> - MODULE NAME: cnxt_rt.h
> +
> + MODULE NAME: cnxt_rt.h
> AUTHOR: K. Lazarev (Transcribed by KNL)
> HISTORY: Major Revision Date By
> ----------------------------- -------- -----
> Created 02/1/2000 KNL
>
> - MODULE NAME: int_mdl.c
> + MODULE NAME: int_mdl.c
> AUTHOR: Konstantin Lazarev (Transcribed by KNL)
> HISTORY: Major Revision Date By
> ----------------------------- -------- -----
> Created 10/01/99 KNL
> -
> - MODULE NAME: riptide.h
> +
> + MODULE NAME: riptide.h
> AUTHOR: O. Druzhinin (Transcribed by OLD)
> HISTORY: Major Revision Date By
> ----------------------------- -------- -----
> Created 10/16/97 OLD
>
> - MODULE NAME: Rp_Cmdif.cpp
> + MODULE NAME: Rp_Cmdif.cpp
> AUTHOR: O. Druzhinin (Transcribed by OLD)
> K. Lazarev (Transcribed by KNL)
> HISTORY: Major Revision Date By
> @@ -51,7 +51,7 @@
> Adopted from NT4 driver 6/22/99 OLD
> Ported to Linux 9/01/99 KNL
>
> - MODULE NAME: rt_hw.c
> + MODULE NAME: rt_hw.c
> AUTHOR: O. Druzhinin (Transcribed by OLD)
> C. Lazarev (Transcribed by CNL)
> HISTORY: Major Revision Date By
> @@ -73,13 +73,13 @@
> ----------------------------- -------- -----
> Created 11/18/97 CNL
>
> - MODULE NAME: rt_mdl.c
> + MODULE NAME: rt_mdl.c
> AUTHOR: Konstantin Lazarev (Transcribed by KNL)
> HISTORY: Major Revision Date By
> ----------------------------- -------- -----
> Created 10/01/99 KNL
>
> - MODULE NAME: mixer.h
> + MODULE NAME: mixer.h
> AUTHOR: K. Kenney
> HISTORY: Major Revision Date By
> ----------------------------- -------- -----
> --
> 1.7.10
>
>
> --
> Jesper Juhl <jj@chaosbits.net> http://www.chaosbits.net/
> Don't top-post http://www.catb.org/jargon/html/T/top-post.html
> Plain text mails only, please.
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-10 7:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-08 22:27 [PATCH][Trivial] sound/pci/riptide/riptide.c: remove trailing whitespace Jesper Juhl
2012-04-08 22:39 ` Joe Perches
2012-04-10 7:49 ` [alsa-devel] " Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome