<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/staging/ft1000, branch v4.3.2</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>staging: ft1000: Remove unnecessary externs</title>
<updated>2015-08-15T01:51:57+00:00</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2015-08-10T21:51:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=fd8c5cb5ac30f26902b130f46e1180c18f006b2a'/>
<id>fd8c5cb5ac30f26902b130f46e1180c18f006b2a</id>
<content type='text'>
Using 'extern' is not necessary for function prototypes.

Miscellanea:

o Reflow alignment

Signed-off-by: Joe Perches &lt;joe@perches.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>
Using 'extern' is not necessary for function prototypes.

Miscellanea:

o Reflow alignment

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: ft1000: ft1000-usb: remove unnecessary out of memory warning</title>
<updated>2015-07-16T17:15:14+00:00</updated>
<author>
<name>CHANG FU CHIAO</name>
<email>zector1030@gmail.com</email>
</author>
<published>2015-07-15T07:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=c8011d90c68d10d67b797e0704c16697bba683a1'/>
<id>c8011d90c68d10d67b797e0704c16697bba683a1</id>
<content type='text'>
fixes "Possible unnecessary 'out of memory' message"

Signed-off-by: CHANG FU CHIAO &lt;zector1030@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>
fixes "Possible unnecessary 'out of memory' message"

Signed-off-by: CHANG FU CHIAO &lt;zector1030@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: ft1000: convert pack pragma to __packed</title>
<updated>2015-07-15T02:52:39+00:00</updated>
<author>
<name>Giedrius Statkevičius</name>
<email>giedrius.statkevicius@gmail.com</email>
</author>
<published>2015-06-25T17:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=f4bf6b343073e32d5cf8fdb0f38192493fcad5c2'/>
<id>f4bf6b343073e32d5cf8fdb0f38192493fcad5c2</id>
<content type='text'>
Convert a Microsoft compiler specific directive "#pragma pack(1)" to a
GCC equivalent __packed. Also, by doing this we save
ourselves from trouble if any other struct definitions are added after
the #pragma because it will be applied to all of the definitions
following it.

Signed-off-by: Giedrius Statkevičius &lt;giedrius.statkevicius@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>
Convert a Microsoft compiler specific directive "#pragma pack(1)" to a
GCC equivalent __packed. Also, by doing this we save
ourselves from trouble if any other struct definitions are added after
the #pragma because it will be applied to all of the definitions
following it.

Signed-off-by: Giedrius Statkevičius &lt;giedrius.statkevicius@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: ft1000-usb: shorten lines to under 80 characters</title>
<updated>2015-07-15T02:52:39+00:00</updated>
<author>
<name>Peter Karlsson</name>
<email>peter@zapto.se</email>
</author>
<published>2015-06-21T11:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=d4216b30bdd56fb823c1d32b5e46687ae87601f6'/>
<id>d4216b30bdd56fb823c1d32b5e46687ae87601f6</id>
<content type='text'>
Wrap function arguments to shorten lines to under 80 characters.

Signed-off-by: Peter Karlsson &lt;peter@zapto.se&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>
Wrap function arguments to shorten lines to under 80 characters.

Signed-off-by: Peter Karlsson &lt;peter@zapto.se&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: ft1000-usb: fixed table alignment</title>
<updated>2015-07-15T02:52:09+00:00</updated>
<author>
<name>Peter Karlsson</name>
<email>peter@zapto.se</email>
</author>
<published>2015-06-21T11:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=0ccd8ebb0e17ddeb2d56cf644da089adc4aa3bc0'/>
<id>0ccd8ebb0e17ddeb2d56cf644da089adc4aa3bc0</id>
<content type='text'>
Fixed alignment to 8 bytes per line.

Signed-off-by: Peter Karlsson &lt;peter@zapto.se&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>
Fixed alignment to 8 bytes per line.

Signed-off-by: Peter Karlsson &lt;peter@zapto.se&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: ft1000-usb: Removed CVS keyword marker</title>
<updated>2015-06-19T04:13:48+00:00</updated>
<author>
<name>Peter Karlsson</name>
<email>peter@zapto.se</email>
</author>
<published>2015-06-18T13:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=dfd6e2a243e6d0a40501e7780998718a09840272'/>
<id>dfd6e2a243e6d0a40501e7780998718a09840272</id>
<content type='text'>
Fix checkpatch warnings about CVS keyword marker.

Signed-off-by: Peter Karlsson &lt;peter@zapto.se&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>
Fix checkpatch warnings about CVS keyword marker.

Signed-off-by: Peter Karlsson &lt;peter@zapto.se&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: ft1000-usb: Removed global initialization</title>
<updated>2015-06-18T04:14:30+00:00</updated>
<author>
<name>Peter Karlsson</name>
<email>peter.p.karlsson@svt.se</email>
</author>
<published>2015-06-17T15:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=8103a48d3691bdd8ba757ab24a273120f4b1ae47'/>
<id>8103a48d3691bdd8ba757ab24a273120f4b1ae47</id>
<content type='text'>
Fix checkpatch error about initialize globals to 0.

Signed-off-by: Peter Karlsson &lt;peter.p.karlsson@svt.se&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>
Fix checkpatch error about initialize globals to 0.

Signed-off-by: Peter Karlsson &lt;peter.p.karlsson@svt.se&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: ft1000-usb: Removed unnecessary parenthes</title>
<updated>2015-06-18T04:14:30+00:00</updated>
<author>
<name>Peter Karlsson</name>
<email>peter.p.karlsson@svt.se</email>
</author>
<published>2015-06-17T15:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=f9d3faee24235609013b4927635c73dbbde02595'/>
<id>f9d3faee24235609013b4927635c73dbbde02595</id>
<content type='text'>
Fix checkpatch warning about unnecessary parenthes.

Signed-off-by: Peter Karlsson &lt;peter.p.karlsson@svt.se&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>
Fix checkpatch warning about unnecessary parenthes.

Signed-off-by: Peter Karlsson &lt;peter.p.karlsson@svt.se&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: ft1000: ft1000-usb: ft1000_hw.c: fix long lines</title>
<updated>2015-06-18T04:14:29+00:00</updated>
<author>
<name>Michał Kępień</name>
<email>kernel@kempniu.pl</email>
</author>
<published>2015-06-16T13:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=7b174df6508658335954dde1ca04785644ed6c05'/>
<id>7b174df6508658335954dde1ca04785644ed6c05</id>
<content type='text'>
Fix checkpatch.pl warnings about lines longer than 80 characters.

Signed-off-by: Michał Kępień &lt;kernel@kempniu.pl&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>
Fix checkpatch.pl warnings about lines longer than 80 characters.

Signed-off-by: Michał Kępień &lt;kernel@kempniu.pl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: ft1000: Remove empty branch from conditional</title>
<updated>2015-05-31T02:40:14+00:00</updated>
<author>
<name>Alex Dowad</name>
<email>alexinbeijing@gmail.com</email>
</author>
<published>2015-05-17T17:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=e97bc8b220c41cab2e84d7410ece70166bba9fe9'/>
<id>e97bc8b220c41cab2e84d7410ece70166bba9fe9</id>
<content type='text'>
This fixes a checkpatch style warning in ft1000_ioctl.

Signed-off-by: Alex Dowad &lt;alexinbeijing@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 fixes a checkpatch style warning in ft1000_ioctl.

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