<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/rtl8712, branch v5.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v5.2</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2019-04-16T11:31:58Z</updated>
<entry>
<title>staging: rtl8712: remove unnecessary NULL check</title>
<updated>2019-04-16T11:31:58Z</updated>
<author>
<name>Himadri Pandya</name>
<email>himadri18.07@gmail.com</email>
</author>
<published>2019-04-03T16:08:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=391f544e355d442c8a58d395ef64d01dea47ac8d'/>
<id>urn:sha1:391f544e355d442c8a58d395ef64d01dea47ac8d</id>
<content type='text'>
List wlan_network is built properly with init_list_head and
list_add_tail which cancels out its probability of being NULL because of
the precence of list_head at the top of this structure. Hence, the NULL
test can be omitted.

Signed-off-by: Himadri Pandya &lt;himadri18.07@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: add missing SPDX lines to Kconfig files</title>
<updated>2019-04-03T09:10:15Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-04-02T10:31:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=99b75a4e3275e85814db0fa2f49274bd3d5359d3'/>
<id>urn:sha1:99b75a4e3275e85814db0fa2f49274bd3d5359d3</id>
<content type='text'>
There are a few remaining drivers/staging/*/Kconfig files that do not
have SPDX identifiers in them.  Add the correct GPL-2.0 identifier to
them to make scanning tools happy.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8712: rtl871x_mlme.c: use !x in place of NULL comparison</title>
<updated>2019-04-02T17:57:11Z</updated>
<author>
<name>Payal Kshirsagar</name>
<email>payal.s.kshirsagar.98@gmail.com</email>
</author>
<published>2019-04-02T15:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=58ff7e7aaa513a3aad257d2a083586f3b3fdb6df'/>
<id>urn:sha1:58ff7e7aaa513a3aad257d2a083586f3b3fdb6df</id>
<content type='text'>
Challenge suggested by coccinelle.
Avoid NULL comparison, compare using boolean operator.

Signed-off-by: Payal Kshirsagar &lt;payal.s.kshirsagar.98@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8712: rtl871x_mp.c: Compress two lines into one line</title>
<updated>2019-04-01T17:31:11Z</updated>
<author>
<name>Payal Kshirsagar</name>
<email>payal.s.kshirsagar.98@gmail.com</email>
</author>
<published>2019-04-01T06:20:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b7987debe3563355050c3b9ce8ecef7cac988f34'/>
<id>urn:sha1:b7987debe3563355050c3b9ce8ecef7cac988f34</id>
<content type='text'>
Challenge suggested by coccinelle.
Compresse two lines into one line and remove unnecessary variable.

Signed-off-by: Payal Kshirsagar &lt;payal.s.kshirsagar.98@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Merge 5.1-rc3 into staging-next</title>
<updated>2019-04-01T05:49:24Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-04-01T05:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b397f82585c3101dcf92642dd359891e66d00c55'/>
<id>urn:sha1:b397f82585c3101dcf92642dd359891e66d00c55</id>
<content type='text'>
We want those fixes and this resolves an erofs merge conflict.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8712: Fix a space issue</title>
<updated>2019-03-30T08:28:32Z</updated>
<author>
<name>Vatsala Narang</name>
<email>vatsalanarang@gmail.com</email>
</author>
<published>2019-03-30T01:13:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=db920621eb85aa4c81a6b1ba533b37a4f9241465'/>
<id>urn:sha1:db920621eb85aa4c81a6b1ba533b37a4f9241465</id>
<content type='text'>
Remove unnecessary space after a cast to get rid of checkpatch warning.

Signed-off-by: Vatsala Narang &lt;vatsalanarang@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8712: Remove comparison to true</title>
<updated>2019-03-27T14:33:27Z</updated>
<author>
<name>Branden Bonaby</name>
<email>brandonbonaby94@gmail.com</email>
</author>
<published>2019-03-26T17:29:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b6e24d0e2118c6fbd8cec76c2a45d53ffd4e0b59'/>
<id>urn:sha1:b6e24d0e2118c6fbd8cec76c2a45d53ffd4e0b59</id>
<content type='text'>
Remove the comparison to true in the if statement.
CHECK: Using comparison to true is error prone.

Signed-off-by: Branden Bonaby &lt;brandonbonaby94@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8712: remove unnecessary parentheses</title>
<updated>2019-03-27T14:33:27Z</updated>
<author>
<name>Branden Bonaby</name>
<email>brandonbonaby94@gmail.com</email>
</author>
<published>2019-03-26T17:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=27903f9f6b6ca135612046ca06b07cd4c9bd974a'/>
<id>urn:sha1:27903f9f6b6ca135612046ca06b07cd4c9bd974a</id>
<content type='text'>
Remove unnecessary parentheses in rtl8712_xmit.c.
Reported by checkpatch.

Signed-off-by: Branden Bonaby &lt;brandonbonaby94@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8712: rtl8712_led.c: remove blank line</title>
<updated>2019-03-21T19:08:08Z</updated>
<author>
<name>Payal Kshirsagar</name>
<email>payal.s.kshirsagar.98@gmail.com</email>
</author>
<published>2019-03-21T15:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a752d01c3d87daccd60e484a0b1be48d05f77e55'/>
<id>urn:sha1:a752d01c3d87daccd60e484a0b1be48d05f77e55</id>
<content type='text'>
To avoid style issues, remove multiple blank lines.

Signed-off-by: Payal Kshirsagar &lt;payal.s.kshirsagar.98@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8712: rtl8712_led.c: alignment should match open parenthesis</title>
<updated>2019-03-21T19:08:08Z</updated>
<author>
<name>Payal Kshirsagar</name>
<email>payal.s.kshirsagar.98@gmail.com</email>
</author>
<published>2019-03-21T15:50:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=32c6abf0d02ec8f025a2543394081f0f1695d6a1'/>
<id>urn:sha1:32c6abf0d02ec8f025a2543394081f0f1695d6a1</id>
<content type='text'>
Align code to the open parenthesis to fix the alignment issue.

Signed-off-by: Payal Kshirsagar &lt;payal.s.kshirsagar.98@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
