<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/echo, branch v3.12.10</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/staging/echo?h=v3.12.10</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/staging/echo?h=v3.12.10'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2013-05-13T20:39:31Z</updated>
<entry>
<title>staging: echo: Fixed camel-case variable names</title>
<updated>2013-05-13T20:39:31Z</updated>
<author>
<name>Lisa Nguyen</name>
<email>lisa@xenapiadmin.com</email>
</author>
<published>2013-05-06T06:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0c474826cfdd24226c63b8d012a51cb7d9c85a67'/>
<id>urn:sha1:0c474826cfdd24226c63b8d012a51cb7d9c85a67</id>
<content type='text'>
Fixed camel-case variable names in echo.c and echo.h.

Signed-off-by: Lisa Nguyen &lt;lisa@xenapiadmin.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: echo.c: fix memory leakage</title>
<updated>2013-01-07T22:03:32Z</updated>
<author>
<name>Cong Ding</name>
<email>dinggnu@gmail.com</email>
</author>
<published>2012-12-22T16:12:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0902468846460274018100bec29e2b236f70ab14'/>
<id>urn:sha1:0902468846460274018100bec29e2b236f70ab14</id>
<content type='text'>
we should check the return value of calling function fir16_create(): a NULL
value means the memory allocation fails.

this patch also cleans up the error handling in function function oslec_create()

Signed-off-by: Cong Ding &lt;dinggnu@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: echo: remove unused variable</title>
<updated>2013-01-07T22:03:31Z</updated>
<author>
<name>Cong Ding</name>
<email>dinggnu@gmail.com</email>
</author>
<published>2012-12-04T01:21:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c020a7a4ea3bfd85afc1d2b5e18414252f18fe98'/>
<id>urn:sha1:c020a7a4ea3bfd85afc1d2b5e18414252f18fe98</id>
<content type='text'>
the variable j isn't used in the loop

Signed-off-by: Cong Ding &lt;dinggnu@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: echo: One variable per line</title>
<updated>2012-07-06T23:08:57Z</updated>
<author>
<name>Jesper Juhl</name>
<email>jj@chaosbits.net</email>
</author>
<published>2012-06-27T20:28:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3ec50be588d773b408e82643c87c5a681b0354ad'/>
<id>urn:sha1:3ec50be588d773b408e82643c87c5a681b0354ad</id>
<content type='text'>
Our convention is one (statement and) variable per line. Enforce
this in drivers/staging/echo/echo.[ch] .

Signed-off-by: Jesper Juhl &lt;jj@chaosbits.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>drivers: staging: echo: Fix coding style issues.</title>
<updated>2011-07-06T03:37:37Z</updated>
<author>
<name>Chris Forbes</name>
<email>chrisf@ijw.co.nz</email>
</author>
<published>2011-07-01T09:55:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=30c5007e143135ad252d4cdd8a5d78748845b746'/>
<id>urn:sha1:30c5007e143135ad252d4cdd8a5d78748845b746</id>
<content type='text'>
Fixed coding style issues as flagged by checkpatch.pl

Signed-off-by: Chris Forbes &lt;chrisf@ijw.co.nz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<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: remove unneeded USE_SSE2 defines</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:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c8b3953c4c267133ed3276d7b052282dca1e2e91'/>
<id>urn:sha1: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>
</entry>
</feed>
