06 Jul, 2011
1 commit
-
Fixed coding style issues as flagged by checkpatch.pl
Signed-off-by: Chris Forbes
Signed-off-by: Greg Kroah-Hartman
18 May, 2011
1 commit
-
--bcaec50161b317392804a33628dd
Content-Type: text/plain; charset=ISO-8859-1Hi Greg,
Please find patch attached .
Thanks,
RahulHi Greg,
Please find patch attached .
Thanks,
RahulFrom ba1dbafaef1a87c1338c5bb0e6bba3be06071c90 Mon Sep 17 00:00:00 2001
From: Rahul Tank
Date: Sat, 14 May 2011 11:28:25 +0530
Subject: [PATCH] Trivial indentation cleanup
Signed-off-by: Rahul TankSigned-off-by: Greg Kroah-Hartman
03 Mar, 2011
1 commit
-
Signed-off-by: Jonathan Neuschäfer
Signed-off-by: Greg Kroah-Hartman
15 May, 2010
1 commit
-
s/seperate/separate
Signed-off-by: Anand Gadiyar
Cc: Jiri Kosina
Signed-off-by: Greg Kroah-Hartman
16 Sep, 2009
7 commits
-
Some remaining coding style cleanups to the header files
and the echo.c file.Cc: David Rowe
Signed-off-by: Greg Kroah-Hartman -
This define is never set in the kernel, so remove the code
using it.Cc: David Rowe
Signed-off-by: Greg Kroah-Hartman -
This define is never set in the kernel, so remove the code
using it. This lets us drop the mmx.h file as well.Cc: David Rowe
Signed-off-by: Greg Kroah-Hartman -
This file is no longer needed, thanks to the work done by David.
Cc: David Rowe
Signed-off-by: Greg Kroah-Hartman -
This patch removes the need for the bit_operations.h include file which
can now be deleted. It also contains some minor corrections to comments
(typos and alignment of ASCII formulas). I have also removed some #if
lines that were not necessary.I have tested the patch using a unit test module that runs in kernel
mode and have verified that the patched code gives identical results to
the previous version using a 8000 sample input sequence. Let me know if
you want this unit test, it runs automatically when the module is
insmod-ed and outputs a go/no go result:# insmod oslec.ko
# dmesg
[17191803.480000] oslec_test installed
[17191803.480000] Testing OSLEC with 128 taps (16 ms tail)
[17191803.496000] Oslec Unit Test PASSED! pass: 8000 fail: 0Signed-off-by: David Rowe
Signed-off-by: Greg Kroah-Hartman -
The proc interface is no longer in the echo code, so remove the TODO
item.Cc: Steve Underwood
Cc: David Rowe
Signed-off-by: Greg Kroah-Hartman -
It's all just minor comment spacing issues. This patch fixes
up the remaining ones and now the code is checkpatch.pl clean.Cc: Steve Underwood
Cc: David Rowe
Signed-off-by: Greg Kroah-Hartman
20 Jun, 2009
1 commit
-
I have just had a bug fix submitted for Oslec which I have applied to
Oslec SVN. The bug can potentially stops the echo canceller adapting
after a few seconds, although it hasn't caused many problems in
practice.Signed-off-by: David Rowe
Signed-off-by: Greg Kroah-Hartman
04 Apr, 2009
1 commit
-
before:
errors lines of code errors/KLOC
drivers/staging/echo/ 213 1701 125.2after:
errors lines of code errors/KLOC
drivers/staging/echo/ 8 1685 4.7Compile tested.
Signed-off-by: Alexander Beregalov
Signed-off-by: Greg Kroah-Hartman
07 Jan, 2009
2 commits
-
Lindent drivers/staging/echo
Signed-off by: J.R. Mauro
Signed-off-by: Greg Kroah-Hartman -
Remove typedefs in drivers/staging/echo
Signed-off by: J.R. Mauro
Signed-off-by: Greg Kroah-Hartman
05 Nov, 2008
1 commit
-
Signed-off-by: Jianjun Kong
Signed-off-by: Linus Torvalds
23 Oct, 2008
10 commits
-
Lindent drivers/staging/echo*
Signed-off by: J.R. Mauro
Signed-off-by: Greg Kroah-Hartman -
This patch removes the very noisy "end of function" markers that are
very annoying when reading the driver code.Cc: David Rowe
Cc: Steve Underwood
Signed-off-by: Pekka Enberg
Signed-off-by: Greg Kroah-Hartman -
The kernel is written in C, so remove the __cplusplus macro magic from the
driver.Cc: David Rowe
Cc: Steve Underwood
Signed-off-by: Pekka Enberg
Signed-off-by: Greg Kroah-Hartman -
This patch removes dead code that is wrapped in #ifndef __KERNEL__.
Cc: David Rowe
Cc: Steve Underwood
Signed-off-by: Pekka Enberg
Signed-off-by: Greg Kroah-Hartman -
This patch removes the malloc()/free() macro wrappers and converts
call-sites to use kcalloc() and kzalloc() where appropriate. I also
fixed up out-of-memory error handling in couple of places where it was
broken.Cc: David Rowe
Cc: Steve Underwood
Signed-off-by: Pekka Enberg
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Tzafrir Cohen
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Tzafrir Cohen
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Tzafrir Cohen
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Tzafrir Cohen
Signed-off-by: Greg Kroah-Hartman -
Split out the external interface to a separate file called oslec.h .
Give the struct a name while we're at it.
Signed-off-by: Tzafrir Cohen
Signed-off-by: Greg Kroah-Hartman
11 Oct, 2008
1 commit
-
This is used by mISDN and Zaptel drivers.
From: Steve Underwood
From: David Rowe
Cc: Tzafrir Cohen
Signed-off-by: Greg Kroah-Hartman