<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/echo/echo.c, branch v3.0.56</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/staging/echo/echo.c?h=v3.0.56</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/staging/echo/echo.c?h=v3.0.56'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-05-17T20:31:29Z</updated>
<entry>
<title>staging: echo: Trivial indentation changes</title>
<updated>2011-05-17T20:31:29Z</updated>
<author>
<name>Rahul Tank</name>
<email>gr8rahul@gmail.com</email>
</author>
<published>2011-05-14T06:01:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7a9aea511a902d12b7a37e93b8c1eff24a0b2e48'/>
<id>urn:sha1:7a9aea511a902d12b7a37e93b8c1eff24a0b2e48</id>
<content type='text'>
--bcaec50161b317392804a33628dd
Content-Type: text/plain; charset=ISO-8859-1

Hi Greg,

 Please find patch attached .

Thanks,
 Rahul

Hi Greg,&lt;br&gt;&lt;br&gt; Please find patch attached .&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt; Rahul&lt;br&gt;

From ba1dbafaef1a87c1338c5bb0e6bba3be06071c90 Mon Sep 17 00:00:00 2001
From: Rahul Tank &lt;rahul.tank@gmail.com&gt;
Date: Sat, 14 May 2011 11:28:25 +0530
Subject: [PATCH] Trivial indentation cleanup
 Signed-off-by: Rahul Tank &lt;rahul.tank@gmail.com&gt;

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: echo: fix a typo ("overflow")</title>
<updated>2011-03-02T21:03:59Z</updated>
<author>
<name>Jonathan Neuschäfer</name>
<email>j.neuschaefer@gmx.net</email>
</author>
<published>2011-03-01T22:58:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=83aa3c7bf3f04a04e92637de979c6de19160aa7f'/>
<id>urn:sha1:83aa3c7bf3f04a04e92637de979c6de19160aa7f</id>
<content type='text'>
Signed-off-by: Jonathan Neuschäfer &lt;j.neuschaefer@gmx.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: trivial: fix typo "seperate"</title>
<updated>2010-05-14T20:16:10Z</updated>
<author>
<name>Anand Gadiyar</name>
<email>gadiyar@ti.com</email>
</author>
<published>2010-05-12T07:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=935e99fb0739aa64d0dd7e8a0bc82faec5d8f830'/>
<id>urn:sha1:935e99fb0739aa64d0dd7e8a0bc82faec5d8f830</id>
<content type='text'>
s/seperate/separate

Signed-off-by: Anand Gadiyar &lt;gadiyar@ti.com&gt;
Cc: Jiri Kosina &lt;trivial@kernel.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: echo: coding style cleanups</title>
<updated>2009-09-15T19:02:16Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-26T05:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=56791f0a85382936d3922ecd05b4eedbfb53d2a6'/>
<id>urn:sha1:56791f0a85382936d3922ecd05b4eedbfb53d2a6</id>
<content type='text'>
Some remaining coding style cleanups to the header files
and the echo.c file.

Cc: David Rowe &lt;david@rowetel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: echo: top bit patch</title>
<updated>2009-09-15T19:02:16Z</updated>
<author>
<name>David Rowe</name>
<email>david@rowetel.com</email>
</author>
<published>2009-08-23T01:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=196e76e86a3a909125daff3d62f0a38761f79c66'/>
<id>urn:sha1:196e76e86a3a909125daff3d62f0a38761f79c66</id>
<content type='text'>
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: 0

Signed-off-by: David Rowe &lt;david@rowetel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: echo: fix up remaining checkpatch.pl issues</title>
<updated>2009-09-15T19:02:16Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-10T17:45:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=49bb9e6d75346980acdc43f5198032c2a0a22c2c'/>
<id>urn:sha1:49bb9e6d75346980acdc43f5198032c2a0a22c2c</id>
<content type='text'>
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 &lt;steveu@coppice.org&gt;
Cc: David Rowe &lt;david@rowetel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: oslec bug fix</title>
<updated>2009-06-19T18:00:54Z</updated>
<author>
<name>David Rowe</name>
<email>david@rowetel.com</email>
</author>
<published>2009-05-20T01:48:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0f51010e87636ed93338f4d9a987a466ca0d6969'/>
<id>urn:sha1:0f51010e87636ed93338f4d9a987a466ca0d6969</id>
<content type='text'>
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 &lt;david@rowetel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: echo cleanup</title>
<updated>2009-04-03T21:54:27Z</updated>
<author>
<name>Alexander Beregalov</name>
<email>a.beregalov@gmail.com</email>
</author>
<published>2009-03-12T00:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=dc57a3ea80a85a74094b873a693c3e07b2cb5da4'/>
<id>urn:sha1:dc57a3ea80a85a74094b873a693c3e07b2cb5da4</id>
<content type='text'>
before:
			errors	lines of code	errors/KLOC
drivers/staging/echo/	213		1701	125.2

after:
			errors	lines of code	errors/KLOC
drivers/staging/echo/	8		1685	4.7

Compile tested.

Signed-off-by: Alexander Beregalov &lt;a.beregalov@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>drivers: remove duplicated #include</title>
<updated>2008-11-04T16:18:19Z</updated>
<author>
<name>Jianjun Kong</name>
<email>jianjun@zeuux.org</email>
</author>
<published>2008-11-04T13:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=54074d59320581a6d7e4f4dd405e8cac1d174b75'/>
<id>urn:sha1:54074d59320581a6d7e4f4dd405e8cac1d174b75</id>
<content type='text'>
Signed-off-by: Jianjun Kong &lt;jianjun@zeuux.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: Lindent the echo driver</title>
<updated>2008-10-22T16:56:37Z</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2008-10-20T23:01:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4460a860f728983f685cb23140c241c10dca0d32'/>
<id>urn:sha1:4460a860f728983f685cb23140c241c10dca0d32</id>
<content type='text'>
Lindent drivers/staging/echo*

Signed-off by: J.R. Mauro &lt;jrm8005@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
