<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/rts5208, 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-10-25T07:59:48+00:00</updated>
<entry>
<title>staging: rts5208: rtsx.c: Fix invalid use of sizeof in rtsx_probe()</title>
<updated>2016-10-25T07:59:48+00:00</updated>
<author>
<name>Wei Yongjun</name>
<email>weiyongjun1@huawei.com</email>
</author>
<published>2016-10-17T23:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=ef5aa934cf031ef9525b29e35c5d381698d55ca5'/>
<id>urn:sha1:ef5aa934cf031ef9525b29e35c5d381698d55ca5</id>
<content type='text'>
sizeof() when applied to a pointer typed expression gives the
size of the pointer, not that of the pointed data.

Fixes: 2eb9d8cbb3c3 ("staging: rts5208: rtsx.c: Alloc sizeof struct")
Signed-off-by: Wei Yongjun &lt;weiyongjun1@huawei.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rts5208: rtsx.c: Alignment fix</title>
<updated>2016-10-16T08:27:20+00:00</updated>
<author>
<name>Wayne Porter</name>
<email>wporter82@gmail.com</email>
</author>
<published>2016-10-11T21:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=b41514b1def7047acf7806be9888939278a769c3'/>
<id>urn:sha1:b41514b1def7047acf7806be9888939278a769c3</id>
<content type='text'>
Line goes too long when aligned with parenthesis, so moved to a new line

Signed-off-by: Wayne Porter &lt;wporter82@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rts5208: rtsx_chip.c: Long lines</title>
<updated>2016-10-16T08:27:19+00:00</updated>
<author>
<name>Wayne Porter</name>
<email>wporter82@gmail.com</email>
</author>
<published>2016-10-11T21:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=88936fe8530499d1a08d11e357eeae05317dd095'/>
<id>urn:sha1:88936fe8530499d1a08d11e357eeae05317dd095</id>
<content type='text'>
Fix lines that go over 80 characters to stop warnings from checkpatch

Signed-off-by: Wayne Porter &lt;wporter82@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rts5208: rtxs_chip.h: Long lines</title>
<updated>2016-10-16T08:27:18+00:00</updated>
<author>
<name>Wayne Porter</name>
<email>wporter82@gmail.com</email>
</author>
<published>2016-10-11T21:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=7b468a297d7f3a3e2e4e3ee3d2bef5b88ed52cb2'/>
<id>urn:sha1:7b468a297d7f3a3e2e4e3ee3d2bef5b88ed52cb2</id>
<content type='text'>
Move comments above long definitions so they don't go over 80 characters

Signed-off-by: Wayne Porter &lt;wporter82@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rts5208: rtsx_scsi.h: Long lines</title>
<updated>2016-10-16T08:27:17+00:00</updated>
<author>
<name>Wayne Porter</name>
<email>wporter82@gmail.com</email>
</author>
<published>2016-10-11T21:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=7314203b38bb8cfc02ae3e78c4135f2a8a198102'/>
<id>urn:sha1:7314203b38bb8cfc02ae3e78c4135f2a8a198102</id>
<content type='text'>
Aligning with parenthesis causes lines to go too long, so the
parenthesis are on a new line

Signed-off-by: Wayne Porter &lt;wporter82@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rts5208: CamelCase fix</title>
<updated>2016-10-16T08:27:16+00:00</updated>
<author>
<name>Wayne Porter</name>
<email>wporter82@gmail.com</email>
</author>
<published>2016-10-11T21:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=d264ceb7796a187777bc23318d35fcc74ac7c6e3'/>
<id>urn:sha1:d264ceb7796a187777bc23318d35fcc74ac7c6e3</id>
<content type='text'>
Change label to not use camel case per checkpatch

Signed-off-by: Wayne Porter &lt;wporter82@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rts5208: ms.c: Braces fix</title>
<updated>2016-10-16T08:27:14+00:00</updated>
<author>
<name>Wayne Porter</name>
<email>wporter82@gmail.com</email>
</author>
<published>2016-10-11T21:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=a3e7c0928b2de3a169be478fb37a6727a834a853'/>
<id>urn:sha1:a3e7c0928b2de3a169be478fb37a6727a834a853</id>
<content type='text'>
Add braces to all arms of if statement

Signed-off-by: Wayne Porter &lt;wporter82@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rts5208: ms.c: Multiple assignments</title>
<updated>2016-10-16T08:27:13+00:00</updated>
<author>
<name>Wayne Porter</name>
<email>wporter82@gmail.com</email>
</author>
<published>2016-10-11T21:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=36e32ee542ac1981127dcc2f8dcd2a2278097e90'/>
<id>urn:sha1:36e32ee542ac1981127dcc2f8dcd2a2278097e90</id>
<content type='text'>
Fix check found by checkpatch

Signed-off-by: Wayne Porter &lt;wporter82@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rts5208: ms.c: Long Lines</title>
<updated>2016-10-16T08:27:12+00:00</updated>
<author>
<name>Wayne Porter</name>
<email>wporter82@gmail.com</email>
</author>
<published>2016-10-11T21:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=25ccf0b0a785edb5f20e2da8c5b9f62ecfffd670'/>
<id>urn:sha1:25ccf0b0a785edb5f20e2da8c5b9f62ecfffd670</id>
<content type='text'>
Fix long lines detected by checkpatch

Signed-off-by: Wayne Porter &lt;wporter82@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rts5208: ms.c: Parenthesis alignment</title>
<updated>2016-10-16T08:27:11+00:00</updated>
<author>
<name>Wayne Porter</name>
<email>wporter82@gmail.com</email>
</author>
<published>2016-10-11T21:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=9c378f1488e764c589c0fd5c5ff82133c5dcfb43'/>
<id>urn:sha1:9c378f1488e764c589c0fd5c5ff82133c5dcfb43</id>
<content type='text'>
Fix checkpatch messages: Alignment should match open parenthesis

Signed-off-by: Wayne Porter &lt;wporter82@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
