Re: [PATCH 01/14] staging: csr: fixed indentation from spaces to tabs on io.c
On Thu, Oct 18, 2012 at 04:40:46PM +0300, Dan Carpenter wrote: > On Tue, Oct 16, 2012 at 02:24:20AM +0900, Sangho Yi wrote: > > static int uf_read_proc(char *page, char **start, off_t offset, int count, > > -int *eof, void *data); > > +
Re: [PATCH 01/14] staging: csr: fixed indentation from spaces to tabs on io.c
On Tue, Oct 16, 2012 at 02:24:20AM +0900, Sangho Yi wrote: > static int uf_read_proc(char *page, char **start, off_t offset, int count, > -int *eof, void *data); > + int *eof, void *data); The original was correct. The new one i