<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/scripts/Lindent, branch v3.12.52</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.12.52</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.12.52'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2008-04-29T15:06:04Z</updated>
<entry>
<title>scripts/Lindent: support gnu indent v2.2.10</title>
<updated>2008-04-29T15:06:04Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2008-04-29T07:59:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ee8900c9c7cc92db02b7edfa26ae3b2c9b2434f9'/>
<id>urn:sha1:ee8900c9c7cc92db02b7edfa26ae3b2c9b2434f9</id>
<content type='text'>
The new version of indent supports positioning labels in column 1
using "-il0"

http://www.nabble.com/Release-2.2.10-of-GNU-Indent-td15990700.html

Add "-il0" if indent version &gt;= 2.2.10

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Acked-by: Alan Cox &lt;alan@redhat.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Fix Lindent to not indent preprocessor comments so far</title>
<updated>2007-07-20T15:45:38Z</updated>
<author>
<name>Matthew Wilcox</name>
<email>matthew@wil.cx</email>
</author>
<published>2007-07-20T15:29:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e609ccc3161ead8a685b15533d9b6958ed368358'/>
<id>urn:sha1:e609ccc3161ead8a685b15533d9b6958ed368358</id>
<content type='text'>
I recently ran Lindent over the AdvanSys driver and it moved the
comments on #else and #endif lines way over to the right:

	#else                          /* ADVANSYS_DEBUG */

This doesn't match what I expect from kernel style, but it is
documented.  We just need another flag to indent to make this look like:

	#else /* ADVANSYS_DEBUG */

Signed-off-by: Matthew Wilcox &lt;matthew@wil.cx&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Lindent: ignore .indent.pro</title>
<updated>2005-07-13T17:28:43Z</updated>
<author>
<name>Jeff Mahoney</name>
<email>jeffm@suse.com</email>
</author>
<published>2005-07-13T15:55:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c0ac515e2951dd2a999cfd21dea3fdc1055f1573'/>
<id>urn:sha1:c0ac515e2951dd2a999cfd21dea3fdc1055f1573</id>
<content type='text'>
 When I recently submitted a Lindent patch, it turned out that my .indent.pro
 options were also applied to the tree. This patch directs indent(1) to ignore
 the .indent.pro directives and only use options specified on the command
 line.

Signed-off-by: Jeff Mahoney &lt;jeffm@suse.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Lindent fixed to match reality</title>
<updated>2004-02-04T02:49:50Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2004-02-04T02:49:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9a76f566c607997b5f95a8f85a439b3de5fe33d2'/>
<id>urn:sha1:9a76f566c607997b5f95a8f85a439b3de5fe33d2</id>
<content type='text'>
From: Matt Mackall &lt;mpm@selenic.com&gt;

I've been fiddling with cleaning up some old code here and suggest the
following to make Lindent match actual practice more closely. This does:

a) (no -psl)

void *foo(void)
{

 instead of

void *
foo(void) {

b) (no -bs) "sizeof(foo)" rather than "sizeof (foo)"

c) (-ncs) "(void *)foo" rather than "(void *) foo"
</content>
</entry>
<entry>
<title>Fix various scripts to be marked executable.</title>
<updated>2003-09-07T08:51:20Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@home.osdl.org</email>
</author>
<published>2003-09-07T08:51:20Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=45ad6fd3c339b79f0d9892a67becf4cdd05eb440'/>
<id>urn:sha1:45ad6fd3c339b79f0d9892a67becf4cdd05eb440</id>
<content type='text'>
From carbonated beverage &lt;ramune@net-ronin.org&gt;.

[ "carbonated beverage"? WTF? I think I need a cool handle too ;]
</content>
</entry>
<entry>
<title>v2.4.14.5 -&gt; v2.4.14.6</title>
<updated>2002-02-05T04:33:49Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T04:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5fc4bcdeadad92d4479f9a66b4e4d57717b13219'/>
<id>urn:sha1:5fc4bcdeadad92d4479f9a66b4e4d57717b13219</id>
<content type='text'>
  - Russell King: /proc/cpuinfo for ARM
  - Paul Mackerras: PPC update (cpuinfo etc)
  - Nicolas Aspert: fix Intel 8xx agptlb flush
  - Marko Myllynen: "Lindent" doesn't really need bash ;)
  - Alexander Viro: /proc/cpuinfo for s390/s390x/sh, /proc/pci cleanup
  - Alexander Viro: make lseek work on seqfiles
</content>
</entry>
<entry>
<title>v2.4.14.1 -&gt; v2.4.14.2</title>
<updated>2002-02-05T04:32:43Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T04:32:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a8a2069f432c5597bdf9c83ab3045b9ef32ab5e3'/>
<id>urn:sha1:a8a2069f432c5597bdf9c83ab3045b9ef32ab5e3</id>
<content type='text'>
  - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
  - Kai Germaschewski: ISDN updates
  - Jeff Garzik: network driver updates, sysv fs update
  - Kai Mäkisara: SCSI tape update
  - Alan Cox: large drivers merge
  - Nikita Danilov: reiserfs procfs information
  - Andrew Morton: ext3 merge
  - Christoph Hellwig: vxfs livelock fix
  - Trond Myklebust: NFS updates
  - Jens Axboe: cpqarray + cciss dequeue fix
  - Tim Waugh: parport_serial base_baud setting
  - Matthew Dharm: usb-storage Freecom driver fixes
  - Dave McCracken: wait4() thread group race fix
</content>
</entry>
<entry>
<title>v2.4.1.1 -&gt; v2.4.1.2</title>
<updated>2002-02-05T01:56:46Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T01:56:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5d12a58c4049a4839abbbdf87dd189505513b1b6'/>
<id>urn:sha1:5d12a58c4049a4839abbbdf87dd189505513b1b6</id>
<content type='text'>
  - driver sync up with Alan
  - Andrew Morton: wakeup cleanup and race fix
  - Paul Mackerras: macintosh driver updates.
  - don't trust "page_count()" on reserved pages!
  - Russell King: fix serious IDE multimode write bug!
  - me, Jens, others: fix elevator problem
  - ARM, MIPS and cris architecture updates
  - alpha updates: better page clear/copy, avoid kernel lock in execve
  - USB and firewire updates
  - ISDN updates
  - Irda updates
</content>
</entry>
</feed>
