<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/net/irda/irqueue.c, branch tmp/leds/core</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=tmp%2Fleds%2Fcore</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=tmp%2Fleds%2Fcore'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2008-03-06T04:47:47Z</updated>
<entry>
<title>net: replace remaining __FUNCTION__ occurrences</title>
<updated>2008-03-06T04:47:47Z</updated>
<author>
<name>Harvey Harrison</name>
<email>harvey.harrison@gmail.com</email>
</author>
<published>2008-03-06T04:47:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0dc47877a3de00ceadea0005189656ae8dc52669'/>
<id>urn:sha1:0dc47877a3de00ceadea0005189656ae8dc52669</id>
<content type='text'>
__FUNCTION__ is gcc-specific, use __func__

Signed-off-by: Harvey Harrison &lt;harvey.harrison@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Convert files to UTF-8 and some cleanups</title>
<updated>2007-10-19T21:21:04Z</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@gmx.de</email>
</author>
<published>2007-10-19T21:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=96de0e252cedffad61b3cb5e05662c591898e69a'/>
<id>urn:sha1:96de0e252cedffad61b3cb5e05662c591898e69a</id>
<content type='text'>
* Convert files to UTF-8.

  * Also correct some people's names
    (one example is Eißfeldt, which was found in a source file.
    Given that the author used an ß at all in a source file
    indicates that the real name has in fact a 'ß' and not an 'ss',
    which is commonly used as a substitute for 'ß' when limited to
    7bit.)

  * Correct town names (Goettingen -&gt; Göttingen)

  * Update Eberhard Mönkeberg's address (http://lkml.org/lkml/2007/1/8/313)

Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>[IrDA]: irda lockdep annotation</title>
<updated>2007-04-26T05:26:23Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>samuel@sortiz.org</email>
</author>
<published>2007-03-17T03:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c7630a4b932af254d61947a3a7e3831de92c7fb5'/>
<id>urn:sha1:c7630a4b932af254d61947a3a7e3831de92c7fb5</id>
<content type='text'>
Rmmoding irda triggers a lockdep false positive.

Reported-by: Dave Jones &lt;davej@redhat.com&gt;
Signed-off-by: Samuel Ortiz &lt;samuel@sortiz.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NET] IRDA: Fix whitespace errors.</title>
<updated>2007-02-11T07:19:47Z</updated>
<author>
<name>YOSHIFUJI Hideaki</name>
<email>yoshfuji@linux-ipv6.org</email>
</author>
<published>2007-02-09T14:24:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6819bc2e1e46c71711a8dddf4040e706b02973c0'/>
<id>urn:sha1:6819bc2e1e46c71711a8dddf4040e706b02973c0</id>
<content type='text'>
Signed-off-by: YOSHIFUJI Hideaki &lt;yoshfuji@linux-ipv6.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IRDA]: Use kmemdup where applicable</title>
<updated>2006-12-03T05:30:17Z</updated>
<author>
<name>Arnaldo Carvalho de Melo</name>
<email>acme@mandriva.com</email>
</author>
<published>2006-11-21T03:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b3ab09f9e1681916df349d54232fbb3f8a79bfa5'/>
<id>urn:sha1:b3ab09f9e1681916df349d54232fbb3f8a79bfa5</id>
<content type='text'>
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@mandriva.com&gt;
</content>
</entry>
<entry>
<title>[IRDA]: Possible cleanups.</title>
<updated>2005-08-29T23:01:43Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-08-17T03:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bf73d1c5d726ac717755efc7e15d2a86dd383448'/>
<id>urn:sha1:bf73d1c5d726ac717755efc7e15d2a86dd383448</id>
<content type='text'>
This patch contains the following possible cleanups:

- make the following needlessly global function static:
  - irnet/irnet_ppp.c: irnet_init

- remove the following unneeded EXPORT_SYMBOL's:
  - irlmp.c: sysctl_discovery_timeout
  - irlmp.c: irlmp_reasons
  - irlmp.c: irlmp_dup
  - irqueue.c: hashbin_find_next

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IRDA]: DEBUG macro fixes</title>
<updated>2005-03-22T11:23:10Z</updated>
<author>
<name>Jean Tourrilhes</name>
<email>jt@hpl.hp.com</email>
</author>
<published>2005-03-22T11:23:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c6f1a030e92e5188ee086eef3e8c4348b786f368'/>
<id>urn:sha1:c6f1a030e92e5188ee086eef3e8c4348b786f368</id>
<content type='text'>
	o [CRITICA] Eliminate all 'ASSERT(..., break;)' -&gt; use goto;
		That would compile differenty with/without CONFIG_IRDA_DEBUG
	o [CORRECT] Add '()' to IRDA_DEBUG macro to avoid side effects
	o [CORRECT] Add 'do {} while(0)' to IRDA_ASSERT to avoid side effects
	o [FEATURE] Rename ASSERT to IRDA_ASSERT (namespace pollution)
	o [FEATURE] Rename MESSAGE to IRDA_MESSAGE (namespace pollution)
	o [FEATURE] Rename ERROR to IRDA_ERROR (namespace pollution)
	o [FEATURE] Disable IRDA_ASSERT when no CONFIG_IRDA_DEBUG -&gt; footprint

Signed-off-by: Jean Tourrilhes &lt;jt@hpl.hp.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;'
</content>
</entry>
<entry>
<title>[PATCH] err2-6: hashbin_remove_this() locking fix</title>
<updated>2004-08-23T05:40:14Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2004-08-23T05:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ae144966c123b21d91baee823836b0272d85624f'/>
<id>urn:sha1:ae144966c123b21d91baee823836b0272d85624f</id>
<content type='text'>
Fix locking error identified by the Stanford locking checker.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[IRDA]: Move hashbin exports out of irsyms and into irqueue.</title>
<updated>2004-03-09T05:30:46Z</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@osdl.org</email>
</author>
<published>2004-03-09T05:30:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2ab878cf44e4d496b3453222d4487724b871665b'/>
<id>urn:sha1:2ab878cf44e4d496b3453222d4487724b871665b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[IRDA]: Hashbin cleanups, remove unused code and add const where needed.</title>
<updated>2004-02-26T04:30:26Z</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@osdl.org</email>
</author>
<published>2004-02-26T04:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=230f720b7fc505c7f047385eb8b3543c52bb38d0'/>
<id>urn:sha1:230f720b7fc505c7f047385eb8b3543c52bb38d0</id>
<content type='text'>
</content>
</entry>
</feed>
