7 Sep 12:16
[PATCH] ice1712.c: fix coding style
From: Alexander Beregalov <a.beregalov <at> gmail.com>
Subject: [PATCH] ice1712.c: fix coding style
Newsgroups: gmane.linux.alsa.devel
Date: 2008-09-07 10:17:02 GMT
Subject: [PATCH] ice1712.c: fix coding style
Newsgroups: gmane.linux.alsa.devel
Date: 2008-09-07 10:17:02 GMT
before: total: 113 errors, 169 warnings, 2786 lines checked total: 26 errors, 24 warnings, 504 lines checked after: total: 14 errors, 163 warnings, 2799 lines checked total: 0 errors, 24 warnings, 504 lines checked Compile tested only. Signed-off-by: Alexander Beregalov <a.beregalov <at> gmail.com> --- sound/pci/ice1712/ice1712.c | 237 +++++++++++++++++++++++-------------------- sound/pci/ice1712/ice1712.h | 52 +++++----- 2 files changed, 151 insertions(+), 138 deletions(-) diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index 05ffab6..5b44238 100644 --- a/sound/pci/ice1712/ice1712.c +++ b/sound/pci/ice1712/ice1712.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - */ + */ /* NOTES:(Continue reading)
RSS Feed