<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/echo/fir.h, branch v3.0</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Staging: echo: coding style cleanups</title>
<updated>2009-09-15T19:02:16+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-26T05:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=56791f0a85382936d3922ecd05b4eedbfb53d2a6'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: remove unneeded USE_SSE2 defines</title>
<updated>2009-09-15T19:02:16+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-26T05:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=c8b3953c4c267133ed3276d7b052282dca1e2e91'/>
<id>c8b3953c4c267133ed3276d7b052282dca1e2e91</id>
<content type='text'>
This define is never set in the kernel, so remove the code
using it.

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

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This define is never set in the kernel, so remove the code
using it.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: remove unneeded USE_MMX defines</title>
<updated>2009-09-15T19:02:16+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-26T05:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=325e3b4c72ba1aaca7ceba4cac22173b1e7ae427'/>
<id>325e3b4c72ba1aaca7ceba4cac22173b1e7ae427</id>
<content type='text'>
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 &lt;david@rowetel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;david@rowetel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo cleanup</title>
<updated>2009-04-03T21:54:27+00:00</updated>
<author>
<name>Alexander Beregalov</name>
<email>a.beregalov@gmail.com</email>
</author>
<published>2009-03-12T00:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=dc57a3ea80a85a74094b873a693c3e07b2cb5da4'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: Lindent drivers/staging/echo</title>
<updated>2009-01-06T21:52:05+00:00</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2008-10-30T23:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=b2d6a78d9f5323dcb69f7e10476f9fd001c296ff'/>
<id>b2d6a78d9f5323dcb69f7e10476f9fd001c296ff</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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: remove typedefs</title>
<updated>2009-01-06T21:52:05+00:00</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2008-10-30T23:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=c82895b8976a93d739373cb61daff72e1b490605'/>
<id>c82895b8976a93d739373cb61daff72e1b490605</id>
<content type='text'>
Remove typedefs in 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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove typedefs in 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;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: Lindent the echo driver</title>
<updated>2008-10-22T16:56:37+00:00</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2008-10-20T23:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4460a860f728983f685cb23140c241c10dca0d32'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: remove annoying "end of function" markers</title>
<updated>2008-10-22T16:56:35+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2008-10-17T17:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1781ad2f6338d1c0636a47faf34958da7861be1c'/>
<id>1781ad2f6338d1c0636a47faf34958da7861be1c</id>
<content type='text'>
This patch removes the very noisy "end of function" markers that are
very annoying when reading the driver code.

Cc: David Rowe &lt;david@rowetel.com&gt;
Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the very noisy "end of function" markers that are
very annoying when reading the driver code.

Cc: David Rowe &lt;david@rowetel.com&gt;
Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: remove __cplusplus macro magic</title>
<updated>2008-10-22T16:56:35+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2008-10-17T17:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6675fe3f92ad3b433e55744ef96d775b4875997e'/>
<id>6675fe3f92ad3b433e55744ef96d775b4875997e</id>
<content type='text'>
The kernel is written in C, so remove the __cplusplus macro magic from the
driver.

Cc: David Rowe &lt;david@rowetel.com&gt;
Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The kernel is written in C, so remove the __cplusplus macro magic from the
driver.

Cc: David Rowe &lt;david@rowetel.com&gt;
Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: remove dead code</title>
<updated>2008-10-22T16:56:34+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2008-10-17T17:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f07639adebd573709ea0d6b67bec9b620fe3083e'/>
<id>f07639adebd573709ea0d6b67bec9b620fe3083e</id>
<content type='text'>
This patch removes dead code that is wrapped in #ifndef __KERNEL__.

Cc: David Rowe &lt;david@rowetel.com&gt;
Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes dead code that is wrapped in #ifndef __KERNEL__.

Cc: David Rowe &lt;david@rowetel.com&gt;
Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
</feed>
