Re: [PATCH 1/4] Drivers: Staging: CSR: Fixed indentation problems on data_tx.c

2012-10-22 Thread Greg KH
On Mon, Oct 15, 2012 at 12:16:50AM +0900, Sangho Yi wrote: > Originally, the data_tx.c was indented with 4 spaces, so I fixed the > indentation using a single tab. > > Signed-off-by: Sangho Yi > --- > drivers/staging/csr/data_tx.c | 58 > - > 1 file

Re: [PATCH 1/4] Drivers: Staging: CSR: Fixed indentation problems on data_tx.c

2012-10-22 Thread Greg KH
On Mon, Oct 15, 2012 at 12:16:50AM +0900, Sangho Yi wrote: Originally, the data_tx.c was indented with 4 spaces, so I fixed the indentation using a single tab. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/data_tx.c | 58 -

Re: [PATCH 1/4] Drivers: Staging: CSR: Fixed indentation problems on data_tx.c

2012-10-18 Thread Dan Carpenter
On Mon, Oct 15, 2012 at 12:16:50AM +0900, Sangho Yi wrote: > @@ -15,36 +15,37 @@ > #include "csr_wifi_hip_unifi.h" > #include "unifi_priv.h" > > -int > -uf_verify_m4(unifi_priv_t *priv, const unsigned char *packet, unsigned int > length) > -{ > -const unsigned char *p = packet; > -u16

Re: [PATCH 1/4] Drivers: Staging: CSR: Fixed indentation problems on data_tx.c

2012-10-18 Thread Dan Carpenter
On Mon, Oct 15, 2012 at 12:16:50AM +0900, Sangho Yi wrote: @@ -15,36 +15,37 @@ #include csr_wifi_hip_unifi.h #include unifi_priv.h -int -uf_verify_m4(unifi_priv_t *priv, const unsigned char *packet, unsigned int length) -{ -const unsigned char *p = packet; -u16 keyinfo;

[PATCH 1/4] Drivers: Staging: CSR: Fixed indentation problems on data_tx.c

2012-10-14 Thread Sangho Yi
Originally, the data_tx.c was indented with 4 spaces, so I fixed the indentation using a single tab. Signed-off-by: Sangho Yi --- drivers/staging/csr/data_tx.c | 58 - 1 file changed, 29 insertions(+), 29 deletions(-) diff --git

[PATCH 1/4] Drivers: Staging: CSR: Fixed indentation problems on data_tx.c

2012-10-14 Thread Sangho Yi
Originally, the data_tx.c was indented with 4 spaces, so I fixed the indentation using a single tab. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/data_tx.c | 58 - 1 file changed, 29 insertions(+), 29 deletions(-) diff --git