<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/staging/cxt1e1, branch linux-3.9.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>staging: cxt1e1: buffer overflow in do_del_chan()</title>
<updated>2013-01-25T19:21:26+00:00</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2013-01-24T06:41:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=96a8d14e875a017f9e9e71d93433414e9fb8863f'/>
<id>96a8d14e875a017f9e9e71d93433414e9fb8863f</id>
<content type='text'>
If we don't restrict "cp.channum" to 3 digits then the sprintf() will
overflow.  I've added a check and changed the sprintf() to snprintf().

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we don't restrict "cp.channum" to 3 digits then the sprintf() will
overflow.  I've added a check and changed the sprintf() to snprintf().

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: cxt1e1: sbecrc.c: fixes coding style issue</title>
<updated>2012-11-21T22:21:48+00:00</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-20T17:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=477953e13a8b5b49738bb26c3d1f3ffb7ddd8cc6'/>
<id>477953e13a8b5b49738bb26c3d1f3ffb7ddd8cc6</id>
<content type='text'>
This commit sorts out a coding style issue related to spaces between
parentheses and function names.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit sorts out a coding style issue related to spaces between
parentheses and function names.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: cxt1e1: sbecrc.c: fixes brace placement</title>
<updated>2012-11-21T22:21:48+00:00</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-20T17:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=3effcd06fb48ae8859817c5bb46b343f87dad2a1'/>
<id>3effcd06fb48ae8859817c5bb46b343f87dad2a1</id>
<content type='text'>
This commit sorts out the incorrect placement of braces in the file.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit sorts out the incorrect placement of braces in the file.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: cxt1e1: sbecrc.c: fixes indentation issues</title>
<updated>2012-11-21T22:21:48+00:00</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-20T17:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=0b7ccbeda03a19cfba24f6d6319e5f48e16364a9'/>
<id>0b7ccbeda03a19cfba24f6d6319e5f48e16364a9</id>
<content type='text'>
This commit converts several instances of space-based indentation
to use tabs instead.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit converts several instances of space-based indentation
to use tabs instead.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: cxt1e1: musycc.c: fixes placement of parentheses</title>
<updated>2012-11-21T22:21:47+00:00</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-20T17:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=77c84b29959f66401400a7eeeec7723648ec2a30'/>
<id>77c84b29959f66401400a7eeeec7723648ec2a30</id>
<content type='text'>
This commit fixes several incorrect placements of parantheses, as
identified by the checkpatch.pl tool.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Acked-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes several incorrect placements of parantheses, as
identified by the checkpatch.pl tool.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Acked-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: cxt1e1: musycc.c: fixes brace placement</title>
<updated>2012-11-21T22:20:39+00:00</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-20T17:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=fead55a03cc114be25301db58d9580c3bd6e16b7'/>
<id>fead55a03cc114be25301db58d9580c3bd6e16b7</id>
<content type='text'>
This commit fixes incorrect brace placement as reported by the
checkpatch.pl tool.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes incorrect brace placement as reported by the
checkpatch.pl tool.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: cxt1e1: musycc.c: uses tabs for indentation</title>
<updated>2012-11-21T22:20:39+00:00</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-20T17:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=ea9d1e960ca2158794425738c6258afe60879a64'/>
<id>ea9d1e960ca2158794425738c6258afe60879a64</id>
<content type='text'>
This commit converts several instances of space usage for
indentation to tabs.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit converts several instances of space usage for
indentation to tabs.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: cxt1e1: musycc.h: fixes brace placement</title>
<updated>2012-11-21T22:20:39+00:00</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-20T17:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=1bcf4b2a2287de25810e3ec408f4259c74f409e6'/>
<id>1bcf4b2a2287de25810e3ec408f4259c74f409e6</id>
<content type='text'>
This commit fixes incorrect brace placement.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes incorrect brace placement.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: cxt1e1: musycc.h: fixes coding style issues</title>
<updated>2012-11-21T22:20:38+00:00</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-20T17:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=185b34d2b18dbaff8a18962ca84f90016c90ff07'/>
<id>185b34d2b18dbaff8a18962ca84f90016c90ff07</id>
<content type='text'>
This commit fixes instances of spaces being used for indentation
instead of tabs.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes instances of spaces being used for indentation
instead of tabs.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: cxt1e1: musycc.h: fixes indentation issues</title>
<updated>2012-11-21T22:18:40+00:00</updated>
<author>
<name>Johan Meiring</name>
<email>johanmeiring@gmail.com</email>
</author>
<published>2012-11-20T17:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=dec80537cc2bcfc28d692f62a6dbbba26ed69238'/>
<id>dec80537cc2bcfc28d692f62a6dbbba26ed69238</id>
<content type='text'>
This commit fixes indentation issues that were reported by the
checkpatch.pl tool.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes indentation issues that were reported by the
checkpatch.pl tool.

Signed-off-by: Johan Meiring &lt;johanmeiring@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
