<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/vt6655, branch v3.7</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=v3.7</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2012-09-08T05:07:37Z</updated>
<entry>
<title>staging: vt6655: vt6655_init_info function must be void type</title>
<updated>2012-09-08T05:07:37Z</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-09-06T18:38:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=960cf81187833ed3f19850551d46377323043876'/>
<id>urn:sha1:960cf81187833ed3f19850551d46377323043876</id>
<content type='text'>
this is because it doesn't fail anywhere and returning a value
from it will be completely unnecesary.

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: return ENOMEM rather than ENODEV when alloc_etherdev fail</title>
<updated>2012-09-08T05:07:37Z</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-09-06T18:38:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cfd1fc1f5f1f3a588c6d326738dcb6b9f7b820fa'/>
<id>urn:sha1:cfd1fc1f5f1f3a588c6d326738dcb6b9f7b820fa</id>
<content type='text'>
when alloc_etherdev fails we should be returning ENOMEM, not ENODEV

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: fix coding style problem at assigning netdev_ops</title>
<updated>2012-09-08T05:07:37Z</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-09-06T18:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=502eb5369f51539aaee6ec173165be28d916a3ca'/>
<id>urn:sha1:502eb5369f51539aaee6ec173165be28d916a3ca</id>
<content type='text'>
we are using spaces at the beginning of the line, we should use
tabs instead

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: fix coding style issues in device_get_options</title>
<updated>2012-09-08T05:07:37Z</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-09-06T18:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=bf76ebd9cfd0018be820657da781201e2f74cf5d'/>
<id>urn:sha1:bf76ebd9cfd0018be820657da781201e2f74cf5d</id>
<content type='text'>
a) put the device_get_options functions' opening brace below
b) replace spaces with tabs

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Acked-by: Marcos Paulo de Souza &lt;marcos.souza.org@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: fix coding style warnings</title>
<updated>2012-09-08T05:07:37Z</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-09-06T18:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3ac9e0fd2a7fcd4eccbb79909b421b4284ed9520'/>
<id>urn:sha1:3ac9e0fd2a7fcd4eccbb79909b421b4284ed9520</id>
<content type='text'>
a) replace spaces with tabs
b) put the opening brace of get_chip_name below it

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Acked-by: Marcos Paulo de Souza &lt;marcos.souza.org@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: vt6655: using is_broadcast_ether_addr() to simplify the code</title>
<updated>2012-09-04T21:01:42Z</updated>
<author>
<name>Wei Yongjun</name>
<email>yongjun_wei@trendmicro.com.cn</email>
</author>
<published>2012-08-26T01:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=78b311435195ea54c36973394dae7ff14712b1c7'/>
<id>urn:sha1:78b311435195ea54c36973394dae7ff14712b1c7</id>
<content type='text'>
Using is_broadcast_ether_addr() to simplify the code.

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: "vt6655" Typo change *Caculate to *Calculate.</title>
<updated>2012-09-04T20:59:13Z</updated>
<author>
<name>Justin P. Mattock</name>
<email>justinmattock@gmail.com</email>
</author>
<published>2012-08-20T15:43:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7664ec86409e6326a1cb8e4f2a9a18dea978a630'/>
<id>urn:sha1:7664ec86409e6326a1cb8e4f2a9a18dea978a630</id>
<content type='text'>
Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: "vt6655" Typo change *Embeded to *Embedded.</title>
<updated>2012-09-04T20:59:12Z</updated>
<author>
<name>Justin P. Mattock</name>
<email>justinmattock@gmail.com</email>
</author>
<published>2012-08-20T15:43:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=623b2b39c9ca172364d94baad650f735f497ca89'/>
<id>urn:sha1:623b2b39c9ca172364d94baad650f735f497ca89</id>
<content type='text'>
Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: "vt6655" Fix typos in comments.</title>
<updated>2012-09-04T20:59:12Z</updated>
<author>
<name>Justin P. Mattock</name>
<email>justinmattock@gmail.com</email>
</author>
<published>2012-08-20T15:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=789d1aef176e720fce4a8a5a9ab07f093ddb9086'/>
<id>urn:sha1:789d1aef176e720fce4a8a5a9ab07f093ddb9086</id>
<content type='text'>
Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: print small buffers with %*ph</title>
<updated>2012-08-14T02:10:12Z</updated>
<author>
<name>Andy Shevchenko</name>
<email>andriy.shevchenko@linux.intel.com</email>
</author>
<published>2012-08-02T16:05:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a13aa83c6ba1f2ec9586ed851a7b66764674197e'/>
<id>urn:sha1:a13aa83c6ba1f2ec9586ed851a7b66764674197e</id>
<content type='text'>
Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Cc: Forest Bond &lt;forest@alittletooquiet.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
