<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/keucr, branch v3.13</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Staging: keucr: fix quoted string split across lines</title>
<updated>2013-10-07T05:07:30+00:00</updated>
<author>
<name>Ebru Akagunduz</name>
<email>ebru.akagunduz@gmail.com</email>
</author>
<published>2013-10-05T14:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4910071518a07edc6ba6015c5879f16fa3c8d34d'/>
<id>4910071518a07edc6ba6015c5879f16fa3c8d34d</id>
<content type='text'>
Fix checkpatch.pl issues quoted string split across lines in usb.c

Signed-off-by: Ebru Akagunduz &lt;ebru.akagunduz@gmail.com&gt;
Reviewed-by: Josh Triplett &lt;josh@joshtriplett.org&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 issues quoted string split across lines in usb.c

Signed-off-by: Ebru Akagunduz &lt;ebru.akagunduz@gmail.com&gt;
Reviewed-by: Josh Triplett &lt;josh@joshtriplett.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: keucr: be explicit to the sysfs file permissions</title>
<updated>2013-08-24T17:33:07+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2013-08-24T17:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=00009615c3fbd49d38771ad07cc9c9d96e05e9cb'/>
<id>00009615c3fbd49d38771ad07cc9c9d96e05e9cb</id>
<content type='text'>
Use the DEVICE_ATTR_RW() macro to be clearer as to the permissions for
the sysfs file, making it easier to audit the code.

Cc: Al Cho &lt;acho@novell.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>
Use the DEVICE_ATTR_RW() macro to be clearer as to the permissions for
the sysfs file, making it easier to audit the code.

Cc: Al Cho &lt;acho@novell.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: keucr: removed unnecessary variables and comments</title>
<updated>2013-06-17T21:46:18+00:00</updated>
<author>
<name>Laura Lawniczak</name>
<email>laura.lawniczak@googlemail.com</email>
</author>
<published>2013-06-09T21:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9acd5b654dc33cf6ecf3965bf46b47901919fd43'/>
<id>9acd5b654dc33cf6ecf3965bf46b47901919fd43</id>
<content type='text'>
blen and bn were only used in commented code fragments.
since comments should be informative and not for storing old
code, both, commented code and variables, were removed.

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&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>
blen and bn were only used in commented code fragments.
since comments should be informative and not for storing old
code, both, commented code and variables, were removed.

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>keucr: fix some alignment- and whitespace-problems</title>
<updated>2013-06-06T18:48:50+00:00</updated>
<author>
<name>Johannes Schilling</name>
<email>of82ecuq@cip.cs.fau.de</email>
</author>
<published>2013-06-06T16:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0ea8a165ab300699ffa3b68721e4837173508eb3'/>
<id>0ea8a165ab300699ffa3b68721e4837173508eb3</id>
<content type='text'>
resolves checkpatch errors and warnings regarding whitespace around
operators, line lengths and indentation.

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&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>
resolves checkpatch errors and warnings regarding whitespace around
operators, line lengths and indentation.

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>keucr: moved function to other file</title>
<updated>2013-06-06T18:48:50+00:00</updated>
<author>
<name>Laura Lawniczak</name>
<email>laura.lawniczak@googlemail.com</email>
</author>
<published>2013-06-06T16:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=eecb3c07e7cce24c35de97e5f895874a8a2e9126'/>
<id>eecb3c07e7cce24c35de97e5f895874a8a2e9126</id>
<content type='text'>
Function usb_stor_print_cmd was declared in init.c but only used
in transport.c. So it was reasonable to move it there and declare
it static

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.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>
Function usb_stor_print_cmd was declared in init.c but only used
in transport.c. So it was reasonable to move it there and declare
it static

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>keucr: more readable and friendly error messages</title>
<updated>2013-06-06T18:48:50+00:00</updated>
<author>
<name>Laura Lawniczak</name>
<email>laura.lawniczak@googlemail.com</email>
</author>
<published>2013-06-06T16:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6fbb90bf285e2d6fdfe6b4de244e1e13803dd7b7'/>
<id>6fbb90bf285e2d6fdfe6b4de244e1e13803dd7b7</id>
<content type='text'>
Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&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: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>keucr: migrate printk to dev_dbg/info/warn/err</title>
<updated>2013-06-06T18:48:50+00:00</updated>
<author>
<name>Laura Lawniczak</name>
<email>laura.lawniczak@googlemail.com</email>
</author>
<published>2013-06-06T16:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=29b31420f62277140f510b96a6356fa334029007'/>
<id>29b31420f62277140f510b96a6356fa334029007</id>
<content type='text'>
as per suggestion of checkpatch.pl; this resolves warnings like "Prefer
netdev_info .. then dev_info .. to printk".
Changed signature of function usb_stor_print_cmd in init.c to enable
usage of dev_err

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&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>
as per suggestion of checkpatch.pl; this resolves warnings like "Prefer
netdev_info .. then dev_info .. to printk".
Changed signature of function usb_stor_print_cmd in init.c to enable
usage of dev_err

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>keucr: use more specific max_t(int, ..</title>
<updated>2013-06-06T18:48:49+00:00</updated>
<author>
<name>Johannes Schilling</name>
<email>of82ecuq@cip.cs.fau.de</email>
</author>
<published>2013-06-06T16:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3fb91d1128ff8a211f0a2b4dec9ad34d33ce6316'/>
<id>3fb91d1128ff8a211f0a2b4dec9ad34d33ce6316</id>
<content type='text'>
as advised by checkpatch, changed generic max(..) to max_t(int, ..

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&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>
as advised by checkpatch, changed generic max(..) to max_t(int, ..

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>keucr: remove some unneccesary typedefs</title>
<updated>2013-06-06T18:48:49+00:00</updated>
<author>
<name>Johannes Schilling</name>
<email>of82ecuq@cip.cs.fau.de</email>
</author>
<published>2013-06-06T16:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8be88040000705e6f26cc3f59b26fdd0efc7eae6'/>
<id>8be88040000705e6f26cc3f59b26fdd0efc7eae6</id>
<content type='text'>
resolves checkpatch.pl warning "do not add new typedefs" and renames allcaps
structures.

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&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>
resolves checkpatch.pl warning "do not add new typedefs" and renames allcaps
structures.

Signed-off-by: Laura Lawniczak &lt;laura.lawniczak@googlemail.com&gt;
Signed-off-by: Johannes Schilling &lt;of82ecuq@cip.cs.fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: keucr: remove needless check before usb_free_coherent()</title>
<updated>2013-05-30T11:46:26+00:00</updated>
<author>
<name>Wei Yongjun</name>
<email>yongjun_wei@trendmicro.com.cn</email>
</author>
<published>2013-05-23T09:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=aba12e3fccc79b8553a28a696e20859e3bfb1519'/>
<id>aba12e3fccc79b8553a28a696e20859e3bfb1519</id>
<content type='text'>
usb_free_coherent() is safe with NULL addr and this check is
not required.

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&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>
usb_free_coherent() is safe with NULL addr and this check is
not required.

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
