[PATCH] ice1724.c: fix coding style

before:
total: 96 errors, 66 warnings, 2612 lines checked

after:
total: 11 errors, 64 warnings, 2624 lines checked

Compile tested only.

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

 sound/pci/ice1712/ice1724.c |  180 +++++++++++++++++++++++--------------------
 1 files changed, 96 insertions(+), 84 deletions(-)

diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c
index 7bb99df..1b3f117 100644
--- a/sound/pci/ice1712/ice1724.c
+++ b/sound/pci/ice1712/ice1724.c
@@ -20,9 +20,9 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  *
- */      
+ */

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

Takashi Iwai | 7 Sep 12:20
Favicon

Re: [PATCH] ice1724.c: fix coding style

At Sun, 7 Sep 2008 14:11:04 +0400,
Alexander Beregalov wrote:
> 
> before:
> total: 96 errors, 66 warnings, 2612 lines checked
> 
> after:
> total: 11 errors, 64 warnings, 2624 lines checked
> 
> Compile tested only.
> 
> Signed-off-by: Alexander Beregalov <a.beregalov <at> gmail.com>

Applied this, too.

Takashi

> ---
> 
>  sound/pci/ice1712/ice1724.c |  180 +++++++++++++++++++++++--------------------
>  1 files changed, 96 insertions(+), 84 deletions(-)
> 
> diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c
> index 7bb99df..1b3f117 100644
> --- a/sound/pci/ice1712/ice1724.c
> +++ b/sound/pci/ice1712/ice1724.c
> @@ -20,9 +20,9 @@
>   *   along with this program; if not, write to the Free Software
>   *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
>   *
(Continue reading)


Gmane