6 Sep 23:54
[PATCH] ice1712/wtm: fix coding style
From: Alexander Beregalov <a.beregalov <at> gmail.com>
Subject: [PATCH] ice1712/wtm: fix coding style
Newsgroups: gmane.linux.alsa.devel
Date: 2008-09-06 21:54:27 GMT
Subject: [PATCH] ice1712/wtm: fix coding style
Newsgroups: gmane.linux.alsa.devel
Date: 2008-09-06 21:54:27 GMT
before: total: 2 errors, 0 warnings, 20 lines checked total: 49 errors, 2 warnings, 518 lines checked after: total: 0 errors, 0 warnings, 20 lines checked total: 0 errors, 0 warnings, 518 lines checked Compile tested, size and code are equal. Signed-off-by: Alexander Beregalov <a.beregalov <at> gmail.com> --- sound/pci/ice1712/wtm.c | 104 +++++++++++++++++++++++----------------------- sound/pci/ice1712/wtm.h | 4 +- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/sound/pci/ice1712/wtm.c b/sound/pci/ice1712/wtm.c index a08d17c..5af9e84 100644 --- a/sound/pci/ice1712/wtm.c +++ b/sound/pci/ice1712/wtm.c @@ -1,12 +1,12 @@ /* * ALSA driver for ICEnsemble VT1724 (Envy24HT) - * + * * Lowlevel functions for Ego Sys Waveterminal 192M * * Copyright (c) 2006 Guedez Clement <klem.dev <at> gmail.com> * Some functions are taken from the Prodigy192 driver(Continue reading)
RSS Feed