Re: [PATCH 01/14] staging: csr: fixed indentation from spaces to tabs on io.c

2012-10-22 Thread Greg KH
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

2012-10-18 Thread Dan Carpenter
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

[PATCH 01/14] staging: csr: fixed indentation from spaces to tabs on io.c

2012-10-15 Thread Sangho Yi
Originally, '4 spaces' were used as an indentation method, so I converted all 4 spaces chunks to tabs. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c | 1366 +++--- 1 file changed, 683 insertions(+), 683 deletions(-) diff --git a/drivers/staging/cs