<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/vt6655, branch v4.9</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Staging: vt6655: Remove explicit NULL comparison using Coccinelle</title>
<updated>2016-10-02T15:29:11+00:00</updated>
<author>
<name>shyam saini</name>
<email>mayhs11saini@gmail.com</email>
</author>
<published>2016-09-28T22:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4d932504b534584e116b400dd6e7b8ce7deb455c'/>
<id>4d932504b534584e116b400dd6e7b8ce7deb455c</id>
<content type='text'>
Remove the explicit NULL comparison and rewrite in a compact form.

Signed-off-by: shyam saini &lt;mayhs11saini@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>
Remove the explicit NULL comparison and rewrite in a compact form.

Signed-off-by: shyam saini &lt;mayhs11saini@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: vt6655: baseband: Remove unnecessary space after a cast</title>
<updated>2016-09-20T11:59:46+00:00</updated>
<author>
<name>Sandhya Bankar</name>
<email>bankarsandhya512@gmail.com</email>
</author>
<published>2016-09-19T12:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=33d877bb42df3db877677039746a71c93322add2'/>
<id>33d877bb42df3db877677039746a71c93322add2</id>
<content type='text'>
No space is necessary after a cast. This issue was found by checkpatch.

Signed-off-by: Sandhya Bankar &lt;bankarsandhya512@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>
No space is necessary after a cast. This issue was found by checkpatch.

Signed-off-by: Sandhya Bankar &lt;bankarsandhya512@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: vt6655: card: Remove unnecessary space after a cast</title>
<updated>2016-09-20T11:59:46+00:00</updated>
<author>
<name>Sandhya Bankar</name>
<email>bankarsandhya512@gmail.com</email>
</author>
<published>2016-09-19T12:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=58d44745254f30bdc8cd14baf9722e7934495a64'/>
<id>58d44745254f30bdc8cd14baf9722e7934495a64</id>
<content type='text'>
No space is necessary after a cast. This issue was found by checkpatch.

Signed-off-by: Sandhya Bankar &lt;bankarsandhya512@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>
No space is necessary after a cast. This issue was found by checkpatch.

Signed-off-by: Sandhya Bankar &lt;bankarsandhya512@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vt6655: device_main: Replace NULL comparison with !x</title>
<updated>2016-09-18T10:41:48+00:00</updated>
<author>
<name>Namrata A Shettar</name>
<email>namrataashettar@gmail.com</email>
</author>
<published>2016-09-18T09:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7cfae24953fa79c69f1bf4edbf44546648de55ba'/>
<id>7cfae24953fa79c69f1bf4edbf44546648de55ba</id>
<content type='text'>
Replace NULL comparison to resolve checkpatch issue.
- x == NULL =&gt; !x

Signed-off-by: Namrata A Shettar &lt;namrataashettar@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>
Replace NULL comparison to resolve checkpatch issue.
- x == NULL =&gt; !x

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vt6655: device_main: Replace explicit NULL comparison</title>
<updated>2016-09-18T10:41:48+00:00</updated>
<author>
<name>Namrata A Shettar</name>
<email>namrataashettar@gmail.com</email>
</author>
<published>2016-09-18T09:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8f4166d888cb41b112ea38ceb037ba2f4f156c5b'/>
<id>8f4166d888cb41b112ea38ceb037ba2f4f156c5b</id>
<content type='text'>
Replace NULL comparison to resolve checkpatch issue.
- x == NULL =&gt; !x

Signed-off-by: Namrata A Shettar &lt;namrataashettar@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>
Replace NULL comparison to resolve checkpatch issue.
- x == NULL =&gt; !x

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: vt6655: Remove unused function vnt_key_init_table</title>
<updated>2016-09-13T13:01:29+00:00</updated>
<author>
<name>Bhumika Goyal</name>
<email>bhumirks@gmail.com</email>
</author>
<published>2016-09-12T19:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=b8a7b474672321c7f0550620b32cd676501c3506'/>
<id>b8a7b474672321c7f0550620b32cd676501c3506</id>
<content type='text'>
The function vnt_key_init_table is not used anywhere in the kernel.
Therefore, remove the function definition and prototype.
Grepped to find occurences.

Signed-off-by: Bhumika Goyal &lt;bhumirks@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>
The function vnt_key_init_table is not used anywhere in the kernel.
Therefore, remove the function definition and prototype.
Grepped to find occurences.

Signed-off-by: Bhumika Goyal &lt;bhumirks@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vt6655: rxtx.c: Fix checkpatch warning</title>
<updated>2016-09-01T15:45:49+00:00</updated>
<author>
<name>Anson Jacob</name>
<email>ansonjacob.aj@gmail.com</email>
</author>
<published>2016-08-22T21:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f46e041a20dd9c3b4fa6f07e3246424aec7f1752'/>
<id>f46e041a20dd9c3b4fa6f07e3246424aec7f1752</id>
<content type='text'>
Fix checkpatch.pl warning for trailing */ on a separate line
Remove '+' postfix and '-' prefix from the start and end of block comments

Signed-off-by: Anson Jacob &lt;ansonjacob.aj@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>
Fix checkpatch.pl warning for trailing */ on a separate line
Remove '+' postfix and '-' prefix from the start and end of block comments

Signed-off-by: Anson Jacob &lt;ansonjacob.aj@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vt6655: rf.c: Fix checkpatch warning</title>
<updated>2016-09-01T15:45:49+00:00</updated>
<author>
<name>Anson Jacob</name>
<email>ansonjacob.aj@gmail.com</email>
</author>
<published>2016-08-22T21:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=371fbcf6736a751256bf1cc6110fcba610a7c4c4'/>
<id>371fbcf6736a751256bf1cc6110fcba610a7c4c4</id>
<content type='text'>
Fix checkpatch.pl warning for trailing */ on a separate line
Remove '+' postfix and '-' prefix from the start and end of block comments

Signed-off-by: Anson Jacob &lt;ansonjacob.aj@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>
Fix checkpatch.pl warning for trailing */ on a separate line
Remove '+' postfix and '-' prefix from the start and end of block comments

Signed-off-by: Anson Jacob &lt;ansonjacob.aj@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vt6655: power.c: Fix checkpatch warning</title>
<updated>2016-08-21T16:11:41+00:00</updated>
<author>
<name>Anson Jacob</name>
<email>ansonjacob.aj@gmail.com</email>
</author>
<published>2016-07-09T01:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=bda457d42771e790c2f9be0b483f749b1f22eb2c'/>
<id>bda457d42771e790c2f9be0b483f749b1f22eb2c</id>
<content type='text'>
Fix checkpatch.pl warning for trailing */ on a separate line
Remove '+' postfix and '-' prefix from the start and end of block comments

Signed-off-by: Anson Jacob &lt;ansonjacob.aj@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>
Fix checkpatch.pl warning for trailing */ on a separate line
Remove '+' postfix and '-' prefix from the start and end of block comments

Signed-off-by: Anson Jacob &lt;ansonjacob.aj@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: vt6655: Fix checkpatch warning</title>
<updated>2016-08-21T16:11:41+00:00</updated>
<author>
<name>Anson Jacob</name>
<email>ansonjacob.aj@gmail.com</email>
</author>
<published>2016-07-09T01:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9877f9de5046309dd96af18585dbcfac4f4ab440'/>
<id>9877f9de5046309dd96af18585dbcfac4f4ab440</id>
<content type='text'>
Fix warning by checkpatch.pl
Add * for block comments on subsequent lines

Signed-off-by: Anson Jacob &lt;ansonjacob.aj@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>
Fix warning by checkpatch.pl
Add * for block comments on subsequent lines

Signed-off-by: Anson Jacob &lt;ansonjacob.aj@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
