Re: kernel guide to space

2005-07-13 Thread Marc Singer
On Wed, Jul 13, 2005 at 01:22:04PM -0400, Lee Revell wrote: > On Tue, 2005-07-12 at 23:58 -0700, Paul Jackson wrote: > > Dick Johnson wrote: > > > Or just disallow tabs altogether. At Analogic we ... > > > > This is the Linux kernel, not Analogic. > > > > We use tabs for indentation. You can set

Re: [PATCH] spi

2005-08-08 Thread Marc Singer
On Mon, Aug 08, 2005 at 07:35:36PM +0200, Marcel Holtmann wrote: > > > + if (NULL == dev || NULL == driver) { > > > > Put the variable on the left side, gcc will complain if you incorrectly > > put a "=" instead of a "==" here, which is all that you are defending > > against with this style. > >

Re: [PATCH] spi

2005-08-09 Thread Marc Singer
On Tue, Aug 09, 2005 at 10:54:34AM -0700, Andy Isaacson wrote: > On Mon, Aug 08, 2005 at 10:47:21AM -0700, Marc Singer wrote: > > On Mon, Aug 08, 2005 at 07:35:36PM +0200, Marcel Holtmann wrote: > > > > > + if (NULL == dev || NULL == driver) { > > > > >

Re: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-10 Thread Marc Singer
On Thu, Aug 11, 2005 at 10:57:14AM +0530, Mukund JB. wrote: > Dear all, > > I am Linux driver programmer. > > I have a FAT12 issue on my SD cards. I have got these addresses from the > fs-lists as the maintainer support mail IDs for FAT-FS. > > I am using the 2.6.10 kernel, X86 like systems. >