<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/staging/silicom, branch linux-3.7.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>staging: fix silicom dependencies and build errors</title>
<updated>2012-09-21T15:56:40+00:00</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2012-09-19T17:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=8fb0aebddffa1f3ef97a18dde98cf8003ce8d6c8'/>
<id>8fb0aebddffa1f3ef97a18dde98cf8003ce8d6c8</id>
<content type='text'>
Fix kconfig dependencies in silicom.  Fixes these build errors:

ERROR: "init_net" [drivers/staging/silicom/bypasslib/bypass.ko] undefined!
ERROR: "register_netdevice_notifier" [drivers/staging/silicom/bpctl_mod.ko] undefined!
ERROR: "unregister_netdevice_notifier" [drivers/staging/silicom/bpctl_mod.ko] undefined!
ERROR: "init_net" [drivers/staging/silicom/bpctl_mod.ko] undefined!
ERROR: "netdev_info" [drivers/net/mii.ko] undefined!
ERROR: "netif_carrier_on" [drivers/net/mii.ko] undefined!
ERROR: "netif_carrier_off" [drivers/net/mii.ko] undefined!

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&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 kconfig dependencies in silicom.  Fixes these build errors:

ERROR: "init_net" [drivers/staging/silicom/bypasslib/bypass.ko] undefined!
ERROR: "register_netdevice_notifier" [drivers/staging/silicom/bpctl_mod.ko] undefined!
ERROR: "unregister_netdevice_notifier" [drivers/staging/silicom/bpctl_mod.ko] undefined!
ERROR: "init_net" [drivers/staging/silicom/bpctl_mod.ko] undefined!
ERROR: "netdev_info" [drivers/net/mii.ko] undefined!
ERROR: "netif_carrier_on" [drivers/net/mii.ko] undefined!
ERROR: "netif_carrier_off" [drivers/net/mii.ko] undefined!

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: silicom: bp_mod.c: checkpatch cleanups: C99 comments</title>
<updated>2012-09-19T08:24:10+00:00</updated>
<author>
<name>Daniel Cotey</name>
<email>puff65537@bansheeslibrary.com</email>
</author>
<published>2012-09-18T11:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=687bcca02ceea90ef7f90615fe8aafd799036cde'/>
<id>687bcca02ceea90ef7f90615fe8aafd799036cde</id>
<content type='text'>
remove code or change to traditional comments

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.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 code or change to traditional comments

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: silicom: bp_mod.c: checkpatch cleanup: fix returns</title>
<updated>2012-09-19T08:24:10+00:00</updated>
<author>
<name>Daniel Cotey</name>
<email>puff65537@bansheeslibrary.com</email>
</author>
<published>2012-09-18T11:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=7935c80c139cc2821fb4be32dd3f139ffcb3182e'/>
<id>7935c80c139cc2821fb4be32dd3f139ffcb3182e</id>
<content type='text'>
Fix up all the returns to cannonical form, and an ifdef removal

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.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 up all the returns to cannonical form, and an ifdef removal

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: silicom: checkpatch.pl cleanup: pretty pointers</title>
<updated>2012-09-17T12:37:59+00:00</updated>
<author>
<name>Daniel Cotey</name>
<email>puff65537@bansheeslibrary.com</email>
</author>
<published>2012-09-15T13:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=7c014321fda993039875ff3ad961d5c579ce942d'/>
<id>7c014321fda993039875ff3ad961d5c579ce942d</id>
<content type='text'>
last of the unstylistic pointers cleaned up

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.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>
last of the unstylistic pointers cleaned up

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: silicom: checkpatch.pl cleanup: pretty pointers</title>
<updated>2012-09-17T12:37:58+00:00</updated>
<author>
<name>Daniel Cotey</name>
<email>puff65537@bansheeslibrary.com</email>
</author>
<published>2012-09-15T13:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=9f7a6f33e0d6462f4ae149a4cae4faed9501e80b'/>
<id>9f7a6f33e0d6462f4ae149a4cae4faed9501e80b</id>
<content type='text'>
pointer style cleanup

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.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>
pointer style cleanup

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: silicom: checkpatch.pl cleanup: pretty pointers</title>
<updated>2012-09-17T12:37:58+00:00</updated>
<author>
<name>Daniel Cotey</name>
<email>puff65537@bansheeslibrary.com</email>
</author>
<published>2012-09-15T13:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=0920af72a7db5dfcddc80474f49c6074643b230d'/>
<id>0920af72a7db5dfcddc80474f49c6074643b230d</id>
<content type='text'>
more checkpatch cleanups of pointers.

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.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>
more checkpatch cleanups of pointers.

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: silicom: checkpatch.pl cleanup: pretty pointers</title>
<updated>2012-09-17T12:37:58+00:00</updated>
<author>
<name>Daniel Cotey</name>
<email>puff65537@bansheeslibrary.com</email>
</author>
<published>2012-09-15T13:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=81908e8be4831e7962a8eec19bbd75389e1fa6f9'/>
<id>81908e8be4831e7962a8eec19bbd75389e1fa6f9</id>
<content type='text'>
More pointer style cleanup

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.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>
More pointer style cleanup

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: silicom: checkpatch.pl cleanup: pretty pointers</title>
<updated>2012-09-17T12:37:58+00:00</updated>
<author>
<name>Daniel Cotey</name>
<email>puff65537@bansheeslibrary.com</email>
</author>
<published>2012-09-15T13:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=1bd5374ddea7a47b1ec682ee912dc36680cde939'/>
<id>1bd5374ddea7a47b1ec682ee912dc36680cde939</id>
<content type='text'>
More notation fixes

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.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>
More notation fixes

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: silicom: checkpatch.pl cleanup: pretty pointers</title>
<updated>2012-09-17T12:37:58+00:00</updated>
<author>
<name>Daniel Cotey</name>
<email>puff65537@bansheeslibrary.com</email>
</author>
<published>2012-09-15T13:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=01448bbb05abb09fa74f5d15bf7388d8ac78700d'/>
<id>01448bbb05abb09fa74f5d15bf7388d8ac78700d</id>
<content type='text'>
first chunk, straighten up the pointer notation

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.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>
first chunk, straighten up the pointer notation

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: silicom: checkpatch cleanup: fix includes</title>
<updated>2012-09-17T12:37:57+00:00</updated>
<author>
<name>Daniel Cotey</name>
<email>puff65537@bansheeslibrary.com</email>
</author>
<published>2012-09-15T13:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=86bc9ebb4dda92aa225fef20dd3b1f23dfd1a794'/>
<id>86bc9ebb4dda92aa225fef20dd3b1f23dfd1a794</id>
<content type='text'>
checkpatch fixups

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.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>
checkpatch fixups

Signed-off-by: Daniel Cotey &lt;puff65537@bansheeslibrary.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
