Re: [PATCH 2/2] Staging: CSR: Fixed 41% of exceeding 80 characters problems on drv.c

2012-10-22 Thread Greg KH
On Thu, Oct 18, 2012 at 04:36:38PM +0300, Dan Carpenter wrote: > On Mon, Oct 15, 2012 at 12:58:26AM +0900, Sangho Yi wrote: > > -int buswidth = 0; /* 0 means use default, values 1,4 */ > > -int sdio_clock = 5; /* kHz */ > > +int buswidth = 0; /* 0 means

Re: [PATCH 2/2] Staging: CSR: Fixed 41% of exceeding 80 characters problems on drv.c

2012-10-22 Thread Greg KH
On Thu, Oct 18, 2012 at 04:36:38PM +0300, Dan Carpenter wrote: On Mon, Oct 15, 2012 at 12:58:26AM +0900, Sangho Yi wrote: -int buswidth = 0; /* 0 means use default, values 1,4 */ -int sdio_clock = 5; /* kHz */ +int buswidth = 0; /* 0 means use

Re: [PATCH 2/2] Staging: CSR: Fixed 41% of exceeding 80 characters problems on drv.c

2012-10-18 Thread Dan Carpenter
On Mon, Oct 15, 2012 at 12:58:26AM +0900, Sangho Yi wrote: > -int buswidth = 0; /* 0 means use default, values 1,4 */ > -int sdio_clock = 5; /* kHz */ > +int buswidth = 0;/* 0 means use default, values 1,4 */ > +int sdio_clock = 5;

Re: [PATCH 2/2] Staging: CSR: Fixed 41% of exceeding 80 characters problems on drv.c

2012-10-18 Thread Dan Carpenter
On Mon, Oct 15, 2012 at 12:58:26AM +0900, Sangho Yi wrote: -int buswidth = 0; /* 0 means use default, values 1,4 */ -int sdio_clock = 5; /* kHz */ +int buswidth = 0;/* 0 means use default, values 1,4 */ +int sdio_clock = 5;

[PATCH 2/2] Staging: CSR: Fixed 41% of exceeding 80 characters problems on drv.c

2012-10-14 Thread Sangho Yi
I fixed 41% of exceeding 80 characters problems on drv.c. Note that some long strings for printing messages still exceed 80 characters. Signed-off-by: Sangho Yi --- drivers/staging/csr/drv.c | 338 - 1 file changed, 181 insertions(+), 157

[PATCH 2/2] Staging: CSR: Fixed 41% of exceeding 80 characters problems on drv.c

2012-10-14 Thread Sangho Yi
I fixed 41% of exceeding 80 characters problems on drv.c. Note that some long strings for printing messages still exceed 80 characters. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/drv.c | 338 - 1 file changed, 181