<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/rtl8712, branch v3.17</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>staging:rtl8712:mlme_linux.c: Adds blank lines to pass checkpatch.pl</title>
<updated>2014-07-31T00:05:56+00:00</updated>
<author>
<name>Santiago Torres</name>
<email>torresariass@gmail.com</email>
</author>
<published>2014-07-27T21:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=89a07bd83a3c39ad12a2e1e3a052b0bcd2042ad4'/>
<id>89a07bd83a3c39ad12a2e1e3a052b0bcd2042ad4</id>
<content type='text'>
Added three newlines after variable declarations to pass checkpatch.pl.

Signed-off by: Santiago Torres-Arias &lt;torresariass@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>
Added three newlines after variable declarations to pass checkpatch.pl.

Signed-off by: Santiago Torres-Arias &lt;torresariass@gmail.com&gt;

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: remove wrapper function thread_enter()</title>
<updated>2014-07-10T04:17:50+00:00</updated>
<author>
<name>James A Shackleford</name>
<email>shack@linux.com</email>
</author>
<published>2014-07-09T19:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=fee51243ee16e824742698903773f26e1ea48df1'/>
<id>fee51243ee16e824742698903773f26e1ea48df1</id>
<content type='text'>
The inline function thread_enter() accepts a single ignored parameter and is
just a wrapper for allow_signal(SIGTERM).  Removed.

Signed-off-by: James A Shackleford &lt;shack@linux.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>
The inline function thread_enter() accepts a single ignored parameter and is
just a wrapper for allow_signal(SIGTERM).  Removed.

Signed-off-by: James A Shackleford &lt;shack@linux.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: remove #define _workitem struct work_struct</title>
<updated>2014-07-09T19:30:46+00:00</updated>
<author>
<name>James A Shackleford</name>
<email>shack@linux.com</email>
</author>
<published>2014-07-09T19:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=143198fd31f8e7d659d1ae7a59b63c35433dad02'/>
<id>143198fd31f8e7d659d1ae7a59b63c35433dad02</id>
<content type='text'>
_workitem is just a #define for work_struct.  Remove the #define and
use struct work_struct directly instead.

Signed-off-by: James A Shackleford &lt;shack@linux.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>
_workitem is just a #define for work_struct.  Remove the #define and
use struct work_struct directly instead.

Signed-off-by: James A Shackleford &lt;shack@linux.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: remove wrapper function _set_workitem()</title>
<updated>2014-07-09T19:30:46+00:00</updated>
<author>
<name>James A Shackleford</name>
<email>shack@linux.com</email>
</author>
<published>2014-07-09T19:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f2355b69ef829bfc62391e7f38bbf5e6cbb057b0'/>
<id>f2355b69ef829bfc62391e7f38bbf5e6cbb057b0</id>
<content type='text'>
The inline function _set_workitem() simply wraps schedule_work().  Removed.

Signed-off-by: James A Shackleford &lt;shack@linux.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>
The inline function _set_workitem() simply wraps schedule_work().  Removed.

Signed-off-by: James A Shackleford &lt;shack@linux.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: remove wrapper function _init_workitem()</title>
<updated>2014-07-09T19:30:46+00:00</updated>
<author>
<name>James A Shackleford</name>
<email>shack@linux.com</email>
</author>
<published>2014-07-09T19:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9f952489fd05b376f4f1e2518dac20b996f8f096'/>
<id>9f952489fd05b376f4f1e2518dac20b996f8f096</id>
<content type='text'>
The inline function _init_workitem() is just a wrapper around INIT_WORK().
Oddly, this wrapper accepts 3 parameters while INIT_WORK() only accepts 2.
The third parameter is unused.

Signed-off-by: James A Shackleford &lt;shack@linux.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>
The inline function _init_workitem() is just a wrapper around INIT_WORK().
Oddly, this wrapper accepts 3 parameters while INIT_WORK() only accepts 2.
The third parameter is unused.

Signed-off-by: James A Shackleford &lt;shack@linux.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: remove inapplicable comment</title>
<updated>2014-06-27T00:33:16+00:00</updated>
<author>
<name>James A Shackleford</name>
<email>shack@linux.com</email>
</author>
<published>2014-06-25T02:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=bbcd2d258a0dcc78bf3cc9685775d774208c8060'/>
<id>bbcd2d258a0dcc78bf3cc9685775d774208c8060</id>
<content type='text'>
Signed-off-by: James A Shackleford &lt;shack@linux.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>
Signed-off-by: James A Shackleford &lt;shack@linux.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: remove wrapper function _queue_empty</title>
<updated>2014-06-27T00:33:16+00:00</updated>
<author>
<name>James A Shackleford</name>
<email>shack@linux.com</email>
</author>
<published>2014-06-25T02:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=df353f61afb917ff66b2e784b0ffb85d0ebb29a4'/>
<id>df353f61afb917ff66b2e784b0ffb85d0ebb29a4</id>
<content type='text'>
_queue_empty is an inline wrapper around list_empty.  This patch removes this
wrapper function and instead calls list_empty directly.

Signed-off-by: James A Shackleford &lt;shack@linux.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>
_queue_empty is an inline wrapper around list_empty.  This patch removes this
wrapper function and instead calls list_empty directly.

Signed-off-by: James A Shackleford &lt;shack@linux.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: remove function get_list_head</title>
<updated>2014-06-27T00:33:16+00:00</updated>
<author>
<name>James A Shackleford</name>
<email>shack@linux.com</email>
</author>
<published>2014-06-25T02:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e99a428a1daed550142a08f6acb5265a1d108e65'/>
<id>e99a428a1daed550142a08f6acb5265a1d108e65</id>
<content type='text'>
get_list_head is an inline that returns &amp;list-&gt;head.  This patch removes this
inline and directly applies &amp;list-&gt;head where applicable.

Signed-off-by: James A Shackleford &lt;shack@linux.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>
get_list_head is an inline that returns &amp;list-&gt;head.  This patch removes this
inline and directly applies &amp;list-&gt;head where applicable.

Signed-off-by: James A Shackleford &lt;shack@linux.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: remove wrapper function get_next</title>
<updated>2014-06-27T00:33:16+00:00</updated>
<author>
<name>James A Shackleford</name>
<email>shack@linux.com</email>
</author>
<published>2014-06-25T02:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=849fb0a8878336732165eb482d3f0e8a4f71dd03'/>
<id>849fb0a8878336732165eb482d3f0e8a4f71dd03</id>
<content type='text'>
get_next is just an inline wrapper around return list-&gt;next.  This
patch removes the wrapper and directly uses list-&gt;next where
applicable.

Signed-off-by: James A Shackleford &lt;shack@linux.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>
get_next is just an inline wrapper around return list-&gt;next.  This
patch removes the wrapper and directly uses list-&gt;next where
applicable.

Signed-off-by: James A Shackleford &lt;shack@linux.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: remove wrapper function list_delete</title>
<updated>2014-06-27T00:33:15+00:00</updated>
<author>
<name>James A Shackleford</name>
<email>shack@linux.com</email>
</author>
<published>2014-06-25T02:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=29197b7c45a144883d87cb8eaf337026cd886a20'/>
<id>29197b7c45a144883d87cb8eaf337026cd886a20</id>
<content type='text'>
list_delete is just an inline wrapper around list_del_init.  This patch
removes the wrapper and directly uses list_del_init.

Signed-off-by: James A Shackleford &lt;shack@linux.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>
list_delete is just an inline wrapper around list_del_init.  This patch
removes the wrapper and directly uses list_del_init.

Signed-off-by: James A Shackleford &lt;shack@linux.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
