<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/rtl8188eu, branch master</title>
<subtitle>Linux Kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/linux.git/atom?h=master</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/'/>
<updated>2016-12-15T22:13:43+00:00</updated>
<entry>
<title>Makefile: drop -D__CHECK_ENDIAN__ from cflags</title>
<updated>2016-12-15T22:13:43+00:00</updated>
<author>
<name>Michael S. Tsirkin</name>
<email>mst@redhat.com</email>
</author>
<published>2016-12-15T02:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=6bdf1e0efb04a1716373646cb6f35b73addca492'/>
<id>urn:sha1:6bdf1e0efb04a1716373646cb6f35b73addca492</id>
<content type='text'>
That's the default now, no need for makefiles to set it.

Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Acked-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
Acked-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;
Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;
Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Acked-by: Arend van Spriel &lt;arend.vanspriel@broadcom.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging</title>
<updated>2016-12-13T19:35:00+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2016-12-13T19:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=72cca7baf4fba777b8ab770b902cf2e08941773f'/>
<id>urn:sha1:72cca7baf4fba777b8ab770b902cf2e08941773f</id>
<content type='text'>
Pull staging/IIO updates from Greg KH:
 "Here's the "big" staging/iio pull request for 4.10-rc1.

  Not as big as 4.9 was, but still just over a thousand changes. We
  almost broke even of lines added vs. removed, as the slicoss driver
  was removed (got a "clean" driver for the same hardware through the
  netdev tree), and some iio drivers were also dropped, but I think we
  ended up adding a few thousand lines to the source tree in the end.
  Other than that it's a lot of minor fixes all over the place, nothing
  major stands out at all.

  All of these have been in linux-next for a while. There will be a
  merge conflict with Al's vfs tree in the lustre code, but the
  resolution for that should be pretty simple, that too has been in
  linux-next"

* tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (1002 commits)
  staging: comedi: comedidev.h: Document usage of 'detach' handler
  staging: fsl-mc: remove unnecessary info prints from bus driver
  staging: fsl-mc: add sysfs ABI doc
  staging/lustre/o2iblnd: Fix misspelled attemps-&gt;attempts
  staging/lustre/o2iblnd: Fix misspelling intialized-&gt;intialized
  staging/lustre: Convert all bare unsigned to unsigned int
  staging/lustre/socklnd: Fix whitespace problem
  staging/lustre/o2iblnd: Add missing space
  staging/lustre/lnetselftest: Fix potential integer overflow
  staging: greybus: audio_module: remove redundant OOM message
  staging: dgnc: Fix lines longer than 80 characters
  staging: dgnc: fix blank line after '{' warnings.
  staging/android: remove Sync Framework tasks from TODO
  staging/lustre/osc: Revert erroneous list_for_each_entry_safe use
  staging: slicoss: remove the staging driver
  staging: lustre: libcfs: remove lnet upcall code
  staging: lustre: remove set but unused variables
  staging: lustre: osc: set lock data for readahead lock
  staging: lustre: import: don't reconnect during connect interpret
  staging: lustre: clio: remove mtime check in vvp_io_fault_start()
  ...
</content>
</entry>
<entry>
<title>Staging: rtl8188eu: Fix code indention found by checkpatch.</title>
<updated>2016-10-30T15:09:03+00:00</updated>
<author>
<name>Victor Carvajal</name>
<email>carva005@gmail.com</email>
</author>
<published>2016-10-30T04:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=1fda5b7566561c8e1fc6fd572cbdc7ec32051b16'/>
<id>urn:sha1:1fda5b7566561c8e1fc6fd572cbdc7ec32051b16</id>
<content type='text'>
ERROR: code indent should use tabs where possible
+^I^I        uint in_len, uint initial_out_len);$

Signed-off-by: Victor Carvajal &lt;carva005@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8188eu: Standardize test for NULL.</title>
<updated>2016-10-30T15:09:03+00:00</updated>
<author>
<name>Elise Lennion</name>
<email>elise.lennion@gmail.com</email>
</author>
<published>2016-10-29T00:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=9a3ca7240bc2d300cb6b9b977bbaf475648113da'/>
<id>urn:sha1:9a3ca7240bc2d300cb6b9b977bbaf475648113da</id>
<content type='text'>
The test for NULL of the return variable of functions was changed from
(ret == NULL) to !ret to match the standard.

Coccinelle was used with semantic patch:
@@
expression e;
identifier id, f;
statement S;
@@

f(...) { &lt;+...

id =
\(kmalloc\|devm_kzalloc\|kmalloc_array\|devm_ioremap
\|usb_alloc_urb\|alloc_netdev\|dev_alloc_skb\) (...)

... when any
    when != id = e

+ if (!id)
- if (\(NULL == id\|id == NULL\))
S

...+&gt; }

Signed-off-by: Elise Lennion &lt;elise.lennion@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8188eu: os_dep: remove unnecessary alloc fail message</title>
<updated>2016-10-25T08:57:13+00:00</updated>
<author>
<name>Pierre-Yves Kerbrat</name>
<email>pkerbrat@free.fr</email>
</author>
<published>2016-10-19T18:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=fb26718744c46f34fb9b8cdf5f73030548978b49'/>
<id>urn:sha1:fb26718744c46f34fb9b8cdf5f73030548978b49</id>
<content type='text'>
Remove redundant alloc fail message
This patch fixes the warning found by checkpatch

Signed-off-by: Pierre-Yves Kerbrat &lt;pkerbrat@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8188eu: os_dep: remove unnecessary parentheses</title>
<updated>2016-10-25T08:57:12+00:00</updated>
<author>
<name>Pierre-Yves Kerbrat</name>
<email>pkerbrat@free.fr</email>
</author>
<published>2016-10-19T18:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=1050394cd7f0223adfb8ae6faf11a30bd0b7b5f3'/>
<id>urn:sha1:1050394cd7f0223adfb8ae6faf11a30bd0b7b5f3</id>
<content type='text'>
Remove parentheses in _rtw_init_queue to fix checkpatch warning

Signed-off-by: Pierre-Yves Kerbrat &lt;pkerbrat@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8188eu: os_dep: fix missing spaces around operators</title>
<updated>2016-10-25T08:57:12+00:00</updated>
<author>
<name>Pierre-Yves Kerbrat</name>
<email>pkerbrat@free.fr</email>
</author>
<published>2016-10-19T18:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=3ddaf64835d473e86494f2c8dc776f1962c86808'/>
<id>urn:sha1:3ddaf64835d473e86494f2c8dc776f1962c86808</id>
<content type='text'>
Fix missing space around operators in rtw_alloc2d function in
osdep_service.c

Signed-off-by: Pierre-Yves Kerbrat &lt;pkerbrat@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8188eu: os_dep: fix block comment alignment issue</title>
<updated>2016-10-25T08:57:12+00:00</updated>
<author>
<name>Pierre-Yves Kerbrat</name>
<email>pkerbrat@free.fr</email>
</author>
<published>2016-10-19T18:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=ec0f85f8ccdd83ec1d93d560db8bafa51d2d735d'/>
<id>urn:sha1:ec0f85f8ccdd83ec1d93d560db8bafa51d2d735d</id>
<content type='text'>
Fix coding style issue in block comment in osdep_service.c found by
checkpatch tool

Signed-off-by: Pierre-Yves Kerbrat &lt;pkerbrat@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8188eu: os_dep: remove empty lines</title>
<updated>2016-10-25T08:57:12+00:00</updated>
<author>
<name>Pierre-Yves Kerbrat</name>
<email>pkerbrat@free.fr</email>
</author>
<published>2016-10-19T18:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=3e9e3bb7f784308b948bdd199beeca37642dfa32'/>
<id>urn:sha1:3e9e3bb7f784308b948bdd199beeca37642dfa32</id>
<content type='text'>
Remove unnecessary empty lines (issue found by checkpatch)

Signed-off-by: Pierre-Yves Kerbrat &lt;pkerbrat@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging:r8188eu: Remove space before comma</title>
<updated>2016-10-25T08:56:17+00:00</updated>
<author>
<name>Alex Briskin</name>
<email>br.shurik@gmail.com</email>
</author>
<published>2016-10-22T11:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=57935a3f8729243783f609551561eeac319b7ae7'/>
<id>urn:sha1:57935a3f8729243783f609551561eeac319b7ae7</id>
<content type='text'>
Trivial style fix to remove unnecessary errors in checkpatch.pl

Signed-off-by: Alex Briskin &lt;br.shurik@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
