<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/staging/rtl8712, branch v4.8</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>rtl8712: Fixed alignment to match open parenthesis</title>
<updated>2016-05-01T20:57:12+00:00</updated>
<author>
<name>Parth Sane</name>
<email>laerdevstudios@gmail.com</email>
</author>
<published>2016-04-25T15:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=e7d992d8b6224aaf0ee69c8403681bcb70d425b6'/>
<id>e7d992d8b6224aaf0ee69c8403681bcb70d425b6</id>
<content type='text'>
Fixed alignment to match open parenthesis.

Signed-off-by: Parth Sane &lt;laerdevstudios@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>
Fixed alignment to match open parenthesis.

Signed-off-by: Parth Sane &lt;laerdevstudios@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: use container_of() instead of LIST_CONTAINOR()</title>
<updated>2016-04-30T00:53:47+00:00</updated>
<author>
<name>Geliang Tang</name>
<email>geliangtang@163.com</email>
</author>
<published>2016-04-05T01:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=fcc2cf12a3192dc2b4181f06f088fa2b983794a9'/>
<id>fcc2cf12a3192dc2b4181f06f088fa2b983794a9</id>
<content type='text'>
This patch drops the local definition of LIST_CONTAINOR(), and uses
container_of() instead of it.

Signed-off-by: Geliang Tang &lt;geliangtang@163.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 patch drops the local definition of LIST_CONTAINOR(), and uses
container_of() instead of it.

Signed-off-by: Geliang Tang &lt;geliangtang@163.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: mlme_linux: Clean up tests if NULL returned on failure</title>
<updated>2016-03-28T14:30:36+00:00</updated>
<author>
<name>Bhaktipriya Shridhar</name>
<email>bhaktipriya96@gmail.com</email>
</author>
<published>2016-03-22T14:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=4d97b691475060ea6e1345ea7a7c2cba4658a631'/>
<id>4d97b691475060ea6e1345ea7a7c2cba4658a631</id>
<content type='text'>
Some functions like kzalloc return NULL on failure.
When NULL represents failure, !x is commonly used.

This was done using Coccinelle:

@@
expression *e;
identifier l1;
@@

e = \(kmalloc\|kzalloc\|kcalloc\|devm_kzalloc\)(...);
...
- e == NULL
+ !e

Signed-off-by: Bhaktipriya Shridhar &lt;bhaktipriya96@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>
Some functions like kzalloc return NULL on failure.
When NULL represents failure, !x is commonly used.

This was done using Coccinelle:

@@
expression *e;
identifier l1;
@@

e = \(kmalloc\|kzalloc\|kcalloc\|devm_kzalloc\)(...);
...
- e == NULL
+ !e

Signed-off-by: Bhaktipriya Shridhar &lt;bhaktipriya96@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: Fixed FSF address warning in ieee80211.c</title>
<updated>2016-03-28T14:30:36+00:00</updated>
<author>
<name>Parth Sane</name>
<email>laerdevstudios@gmail.com</email>
</author>
<published>2016-03-21T23:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=5ab2ce4305eb3c3b2dff7834993b1f6fb0c409be'/>
<id>5ab2ce4305eb3c3b2dff7834993b1f6fb0c409be</id>
<content type='text'>
Fixed checkpatch warning after removing FSF address block as per guidelines.

Signed-off-by: Parth Sane &lt;laerdevstudios@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>
Fixed checkpatch warning after removing FSF address block as per guidelines.

Signed-off-by: Parth Sane &lt;laerdevstudios@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: Fixed FSF address warning in hal_init.c</title>
<updated>2016-03-28T14:30:36+00:00</updated>
<author>
<name>Parth Sane</name>
<email>laerdevstudios@gmail.com</email>
</author>
<published>2016-03-21T23:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=e8aad70c97ba280152463f6cb4f5e6ee2dd8e230'/>
<id>e8aad70c97ba280152463f6cb4f5e6ee2dd8e230</id>
<content type='text'>
Fixed checkpatch warning after removing FSF address block as per guidelines.

Signed-off-by: Parth Sane &lt;laerdevstudios@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>
Fixed checkpatch warning after removing FSF address block as per guidelines.

Signed-off-by: Parth Sane &lt;laerdevstudios@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: Fixed FSF address warning in ethernet.h</title>
<updated>2016-03-28T14:30:36+00:00</updated>
<author>
<name>Parth Sane</name>
<email>laerdevstudios@gmail.com</email>
</author>
<published>2016-03-21T23:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=c7838db04dc9a6921d3e3771c2deefe9dfe7c1a9'/>
<id>c7838db04dc9a6921d3e3771c2deefe9dfe7c1a9</id>
<content type='text'>
Fixed checkpatch warning after removing FSF address block as per guidelines.

Signed-off-by: Parth Sane &lt;laerdevstudios@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>
Fixed checkpatch warning after removing FSF address block as per guidelines.

Signed-off-by: Parth Sane &lt;laerdevstudios@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: Fixed FSF address warning in drv_types.h</title>
<updated>2016-03-28T14:30:36+00:00</updated>
<author>
<name>Parth Sane</name>
<email>laerdevstudios@gmail.com</email>
</author>
<published>2016-03-21T23:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=501ef12a74a51ffa1a1fe9057565c450be564050'/>
<id>501ef12a74a51ffa1a1fe9057565c450be564050</id>
<content type='text'>
Fixed checkpatch warning after removing FSF address block as per guidelines.

Signed-off-by: Parth Sane &lt;laerdevstudios@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>
Fixed checkpatch warning after removing FSF address block as per guidelines.

Signed-off-by: Parth Sane &lt;laerdevstudios@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: Fixed FSF address warning in basic_types.h</title>
<updated>2016-03-28T14:30:36+00:00</updated>
<author>
<name>Parth Sane</name>
<email>laerdevstudios@gmail.com</email>
</author>
<published>2016-03-21T23:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=b2def44cf0616f600636e36f8376061804b83e62'/>
<id>b2def44cf0616f600636e36f8376061804b83e62</id>
<content type='text'>
Fixed checkpatch warning after removing FSF address paragraph as per guidelines.

Signed-off-by: Parth Sane &lt;laerdevstudios@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>
Fixed checkpatch warning after removing FSF address paragraph as per guidelines.

Signed-off-by: Parth Sane &lt;laerdevstudios@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: rtl871x_ioctl_linux: Clean up tests if NULL returned on failure</title>
<updated>2016-03-28T14:30:36+00:00</updated>
<author>
<name>Bhaktipriya Shridhar</name>
<email>bhaktipriya96@gmail.com</email>
</author>
<published>2016-03-20T20:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=0b90c305c93e4e94e80d7f10091867e28f275d37'/>
<id>0b90c305c93e4e94e80d7f10091867e28f275d37</id>
<content type='text'>
Some functions like kmalloc/kzalloc return NULL on failure.
When NULL represents failure, !x is commonly used.

This was done using Coccinelle:

@@
expression *e;
identifier l1;
@@

e = \(kmalloc\|kzalloc\|kcalloc\|devm_kzalloc\)(...);
...
- e == NULL
+ !e

Signed-off-by: Bhaktipriya Shridhar &lt;bhaktipriya96@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>
Some functions like kmalloc/kzalloc return NULL on failure.
When NULL represents failure, !x is commonly used.

This was done using Coccinelle:

@@
expression *e;
identifier l1;
@@

e = \(kmalloc\|kzalloc\|kcalloc\|devm_kzalloc\)(...);
...
- e == NULL
+ !e

Signed-off-by: Bhaktipriya Shridhar &lt;bhaktipriya96@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: rtl8712: rtl871x_cmd: Clean up tests if NULL returned on failure</title>
<updated>2016-03-28T14:30:36+00:00</updated>
<author>
<name>Bhaktipriya Shridhar</name>
<email>bhaktipriya96@gmail.com</email>
</author>
<published>2016-03-20T20:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=b1d055005519985784f9a613df81b8dd928c0090'/>
<id>b1d055005519985784f9a613df81b8dd928c0090</id>
<content type='text'>
Some functions like kmalloc/kzalloc return NULL on failure.
When NULL represents failure, !x is commonly used.

This was done using Coccinelle:

@@
expression *e;
identifier l1;
@@

e = \(kmalloc\|kzalloc\|kcalloc\|devm_kzalloc\)(...);
...
- e == NULL
+ !e

Signed-off-by: Bhaktipriya Shridhar &lt;bhaktipriya96@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>
Some functions like kmalloc/kzalloc return NULL on failure.
When NULL represents failure, !x is commonly used.

This was done using Coccinelle:

@@
expression *e;
identifier l1;
@@

e = \(kmalloc\|kzalloc\|kcalloc\|devm_kzalloc\)(...);
...
- e == NULL
+ !e

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