[PATCH] ice1712/aureon.c: fix coding style

before:
total: 304 errors, 137 warnings, 2259 lines checked

after:
total: 0 errors, 121 warnings, 2284 lines checked

Compile tested, size is different because of include was changed,
but without that change md5sum is different because of cmp cx,dx/cmp
dx,cx swap and __LINE__ was changed in printk function. 

Signed-off-by: Alexander Beregalov <a.beregalov <at> gmail.com>
---

 sound/pci/ice1712/aureon.c |  677 +++++++++++++++++++++++---------------------
 1 files changed, 351 insertions(+), 326 deletions(-)

diff --git a/sound/pci/ice1712/aureon.c b/sound/pci/ice1712/aureon.c
index a137fc1..110d16e 100644
--- a/sound/pci/ice1712/aureon.c
+++ b/sound/pci/ice1712/aureon.c
@@ -44,10 +44,9 @@
  *       not working: prety much everything else, at least i could verify that
  *                    we have no digital output, no capture, pretty bad clicks and poops
  *                    on mixer switch and other coll stuff.
- *
- */      
+ */

-#include <asm/io.h>
+#include <linux/io.h>
(Continue reading)

Re: [PATCH] ice1712/aureon.c: fix coding style

It is awesome that someone remembered to do this; you have motivated
me to fix stuff related to my card. I have phase.c and phase.h patch
coming up soon.

2008/9/6 Alexander Beregalov <a.beregalov <at> gmail.com>:
> before:
> total: 304 errors, 137 warnings, 2259 lines checked
>
> after:
> total: 0 errors, 121 warnings, 2284 lines checked
>
> Compile tested, size is different because of include was changed,
> but without that change md5sum is different because of cmp cx,dx/cmp
> dx,cx swap and __LINE__ was changed in printk function.
>
> Signed-off-by: Alexander Beregalov <a.beregalov <at> gmail.com>
> ---
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel <at> alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>

--

-- 
Vedran Miletić
_______________________________________________
Alsa-devel mailing list
Alsa-devel <at> alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
(Continue reading)

Takashi Iwai | 7 Sep 12:20
Favicon

Re: [PATCH] ice1712/aureon.c: fix coding style

At Sun, 7 Sep 2008 01:19:00 +0400,
Alexander Beregalov wrote:
> 
> before:
> total: 304 errors, 137 warnings, 2259 lines checked
> 
> after:
> total: 0 errors, 121 warnings, 2284 lines checked
> 
> Compile tested, size is different because of include was changed,
> but without that change md5sum is different because of cmp cx,dx/cmp
> dx,cx swap and __LINE__ was changed in printk function. 
> 
> Signed-off-by: Alexander Beregalov <a.beregalov <at> gmail.com>

Applied.  Thanks.

Takashi

> ---
> 
>  sound/pci/ice1712/aureon.c |  677 +++++++++++++++++++++++---------------------
>  1 files changed, 351 insertions(+), 326 deletions(-)
> 
> diff --git a/sound/pci/ice1712/aureon.c b/sound/pci/ice1712/aureon.c
> index a137fc1..110d16e 100644
> --- a/sound/pci/ice1712/aureon.c
> +++ b/sound/pci/ice1712/aureon.c
> @@ -44,10 +44,9 @@
>   *       not working: prety much everything else, at least i could verify that
(Continue reading)


Gmane