Re: [CFT] [JANITORIAL] Unbork fs.h

From: Andreas Dilger (adilger@turbolabs.com)
Date: Fri Jan 04 2002 - 17:20:56 EST


On Jan 04, 2002 15:16 +0000, Andries.Brouwer@cwi.nl wrote:
> sizeof (foo): 1611, sizeof(foo): 19364 => -bs should be removed
>
> int
> foo(int x): 11408, int foo(int x): 57275 => -psl should be removed
>
> I do not think good style is best defined by majority vote.

Certainly not. However, the Lindent style I'm trying to achieve is that
dictated by Linus. However, CodingStyle doesn't give all of the details
of how code should be formatted, so I have to look at the code to see
what is actually there.

> (void *) foo: 11274, (void *)foo: 17062 => -ncs should be added
>
> Read old kernel sources.
>
> de = (struct minix_dir_entry *) (offset + bh->b_data);
>
> :"S" ((long) name),"D" ((long) buffer),"c" (len)
>
> if (32 != sizeof (struct minix_inode))

Well, that's what I was trying to do when I found out that lksr.org
(hosted by innominate.de) was not available. It seems the -ncs
change is incorrect then (although my preference is to add it - there
doesn't seem to me to be any benefit of having the extra space).

Cheers, Andreas

--
Andreas Dilger
http://sourceforge.net/projects/ext2resize/
http://www-mddsp.enel.ucalgary.ca/People/adilger/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jan 07 2002 - 21:00:27 EST