[PATCH 35/44] Staging: bcm: Bcmchar.c: Renamed variable "sWrmBuffer" -> "wrm_buff"

2014-08-03 Thread Matthias Beyer
Renamed variable "sWrmBuffer" -> "wrm_buff" in bcm_char_ioctl_eeprom_reg_read(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.

[PATCH 36/44] Staging: bcm: Bcmchar.c: Renamed variable "IoBuffer" -> "io_buff"

2014-08-03 Thread Matthias Beyer
Renamed variable "IoBuffer" -> "io_buff" in bcm_char_ioctl_eeprom_reg_read(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 38/44] Staging: bcm: Bcmchar.c: Renamed variable "Status" -> "status"

2014-08-03 Thread Matthias Beyer
Renamed variable "Status" -> "status" in bcm_char_ioctl_eeprom_reg_read(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/

[PATCH 40/44] Staging: bcm: Bcmchar.c: Renamed variable "IoBuffer" -> "io_buff"

2014-08-03 Thread Matthias Beyer
Renamed variable "IoBuffer" -> "io_buff" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 41/44] Staging: bcm: Bcmchar.c: Renamed variable "ucResetValue" -> "reset_val"

2014-08-03 Thread Matthias Beyer
Renamed variable "ucResetValue" -> "reset_val" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 42/44] Staging: bcm: Bcmchar.c: Renamed variable "uiBit" -> "bit"

2014-08-03 Thread Matthias Beyer
Renamed variable "uiBit" -> "bit" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/

[PATCH 39/44] Staging: bcm: Bcmchar.c: Renamed variable "Adapter" -> "ad"

2014-08-03 Thread Matthias Beyer
Renamed variable "Adapter" -> "ad" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.

[PATCH 21/44] Staging: bcm: Bcmchar.c: Renamed variable "IoBuffer" -> "io_buff"

2014-08-03 Thread Matthias Beyer
Renamed variable "IoBuffer" -> "io_buff" in bcm_char_ioctl_reg_read_private(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/driver

[PATCH 20/44] Staging: bcm: Bcmchar.c: Renamed variable "sRdmBuffer" -> "rdm_buff"

2014-08-03 Thread Matthias Beyer
Renamed variable "sRdmBuffer" -> "rdm_buff" in bcm_char_ioctl_reg_read_private(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 43/44] Staging: bcm: Bcmchar.c: Renamed variable "uiOperation" -> "operation"

2014-08-03 Thread Matthias Beyer
Renamed variable "uiOperation" -> "operation" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 37/44] Staging: bcm: Bcmchar.c: Renamed variable "uiTempVar" -> "tmp"

2014-08-03 Thread Matthias Beyer
Renamed variable "uiTempVar" -> "tmp" in bcm_char_ioctl_eeprom_reg_read(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/

[PATCH 01/17] Staging: bcm: Bcmchar.c: Fixed indentation of function arguments

2014-08-05 Thread Matthias Beyer
Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 56 --- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index c1e01f7..aff21d0 100644 --- a/drivers/staging/bcm

[PATCH 02/17] Staging: bcm: Bcmchar.c: Renamed variable "Adapter" -> "ad"

2014-08-05 Thread Matthias Beyer
ioctl_reg_write_private() bcm_char_ioctl_eeprom_reg_read() bcm_char_ioctl_gpio_set_request() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 174 +- 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/driver

[PATCH 03/17] Staging: bcm: Bcmchar.c: Renamed variable "pReadData" -> "read_data"

2014-08-05 Thread Matthias Beyer
Renamed variable "pReadData" -> "read_data" in bcm_handle_nvm_read_cmd() handle_flash2x_adapter() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/

[PATCH 05/17] Staging: bcm: Bcmchar.c: Renamed variable "Status" -> "status"

2014-08-05 Thread Matthias Beyer
_ioctl_gpio_set_request() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 80 +-- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index f6ab452..74e91be 100644 --

[PATCH 04/17] Staging: bcm: Bcmchar.c: Renamed variable "stNVMReadWrite" -> "nvm_rw"

2014-08-05 Thread Matthias Beyer
Renamed variable "stNVMReadWrite" -> "nvm_rw" in bcm_handle_nvm_read_cmd() handle_flash2x_adapter() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/drivers/

[PATCH 00/17] drivers/staging/bcm/Bcmchar.c variable name rename patches

2014-08-05 Thread Matthias Beyer
Hi, as Dan suggested, I squashed the patches with the same subjects. Please note, as always: As I do not have the appropriate hardware, I'm not able to test these patches. I compiled them at least. Kind regards, Matthias Beyer Matthias Beyer (17): Staging: bcm: Bcmchar.c: Fixed indent

[PATCH 06/17] Staging: bcm: Bcmchar.c: Renamed variable "ulDSDMagicNumInUsrBuff" -> "dsd_magic_num_in_usr_buff"

2014-08-05 Thread Matthias Beyer
Renamed variable "ulDSDMagicNumInUsrBuff" -> "dsd_magic_num_in_usr_buff" in handle_flash2x_adapter(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.

[PATCH 07/17] Staging: bcm: Bcmchar.c: Renamed variable "pTarang" -> "tarang"

2014-08-05 Thread Matthias Beyer
Renamed variable "pTarang" -> "tarang" in bcm_char_open() bcm_char_release() bcm_char_read() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 46 +-- 1 file changed, 23 insertions(+), 23 deletions(-

[PATCH 08/17] Staging: bcm: Bcmchar.c: Renamed variable "PktLen" -> "pkt_len"

2014-08-05 Thread Matthias Beyer
Renamed variable "PktLen" -> "pkt_len" in bcm_char_read(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 09/17] Staging: bcm: Bcmchar.c: Renamed variable "Packet" -> "packet"

2014-08-05 Thread Matthias Beyer
Renamed variable "Packet" -> "packet" in bcm_char_read(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 11/17] Staging: bcm: Bcmchar.c: Renamed variable "IoBuffer" -> "io_buff"

2014-08-05 Thread Matthias Beyer
Renamed variable "IoBuffer" -> "io_buff" in bcm_char_ioctl_reg_read_private() bcm_char_ioctl_reg_write_private() bcm_char_ioctl_reg_write_private() bcm_char_ioctl_eeprom_reg_read() bcm_char_ioctl_gpio_set_request() Signed-off-by: Matthias Beyer -

[PATCH 16/17] Staging: bcm: Bcmchar.c: Renamed variable "uiBit" -> "bit"

2014-08-05 Thread Matthias Beyer
Renamed variable "uiBit" -> "bit" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/

[PATCH 15/17] Staging: bcm: Bcmchar.c: Renamed variable "ucResetValue" -> "reset_val"

2014-08-05 Thread Matthias Beyer
Renamed variable "ucResetValue" -> "reset_val" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 12/17] Staging: bcm: Bcmchar.c: Renamed variable "Bufflen" -> "buff_len"

2014-08-05 Thread Matthias Beyer
Renamed variable "Bufflen" -> "buff_len" in bcm_char_ioctl_reg_read_private(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 14/17] Staging: bcm: Bcmchar.c: Renamed variable "uiTempVar" -> "tmp"

2014-08-05 Thread Matthias Beyer
Renamed variable "uiTempVar" -> "tmp" in bcm_char_ioctl_reg_write_private() bcm_char_ioctl_eeprom_reg_read() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-

[PATCH 13/17] Staging: bcm: Bcmchar.c: Renamed variable "sWrmBuffer" -> "wrm_buff"

2014-08-05 Thread Matthias Beyer
Renamed variable "sWrmBuffer" -> "wrm_buff" in bcm_char_ioctl_reg_write_private() bcm_char_ioctl_eeprom_reg_read() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 32 1 file changed, 16 insertions(+), 16 del

[PATCH 10/17] Staging: bcm: Bcmchar.c: Renamed variable "sRdmBuffer" -> "rdm_buff"

2014-08-05 Thread Matthias Beyer
Renamed variable "sRdmBuffer" -> "rdm_buff" in bcm_char_ioctl_reg_read_private() bcm_char_ioctl_reg_write_private() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 24 1 file changed, 12 insertions(+), 12 deletions(-

[PATCH 17/17] Staging: bcm: Bcmchar.c: Renamed variable "uiOperation" -> "operation"

2014-08-05 Thread Matthias Beyer
Renamed variable "uiOperation" -> "operation" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 00/17] staging/bcm/Bcmchar.c variable rename patches

2014-08-10 Thread Matthias Beyer
Hi, this is the requested resend of my patchset on the drivers/staging/bcm/Bcmchar.c file where I do rename variables. Please note, as always: As I do not have the appropriate hardware, I'm not able to test these patches. I compiled them at least. Kind regards, Matthias Beyer Mat

[PATCH 01/17] Staging: bcm: Bcmchar.c: Fixed indentation of function arguments

2014-08-10 Thread Matthias Beyer
Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 56 --- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index c1e01f7..aff21d0 100644 --- a/drivers/staging/bcm

[PATCH 08/17] Staging: bcm: Bcmchar.c: Renamed variable "PktLen" -> "pkt_len"

2014-08-10 Thread Matthias Beyer
Renamed variable "PktLen" -> "pkt_len" in bcm_char_read(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 03/17] Staging: bcm: Bcmchar.c: Renamed variable "pReadData" -> "read_data"

2014-08-10 Thread Matthias Beyer
Renamed variable "pReadData" -> "read_data" in bcm_handle_nvm_read_cmd() handle_flash2x_adapter() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/

[PATCH 07/17] Staging: bcm: Bcmchar.c: Renamed variable "pTarang" -> "tarang"

2014-08-10 Thread Matthias Beyer
Renamed variable "pTarang" -> "tarang" in bcm_char_open() bcm_char_release() bcm_char_read() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 46 +-- 1 file changed, 23 insertions(+), 23 deletions(-

[PATCH 06/17] Staging: bcm: Bcmchar.c: Renamed variable "ulDSDMagicNumInUsrBuff" -> "dsd_magic_num_in_usr_buff"

2014-08-10 Thread Matthias Beyer
Renamed variable "ulDSDMagicNumInUsrBuff" -> "dsd_magic_num_in_usr_buff" in handle_flash2x_adapter(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.

[PATCH 04/17] Staging: bcm: Bcmchar.c: Renamed variable "stNVMReadWrite" -> "nvm_rw"

2014-08-10 Thread Matthias Beyer
Renamed variable "stNVMReadWrite" -> "nvm_rw" in bcm_handle_nvm_read_cmd() handle_flash2x_adapter() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/drivers/

[PATCH 09/17] Staging: bcm: Bcmchar.c: Renamed variable "Packet" -> "packet"

2014-08-10 Thread Matthias Beyer
Renamed variable "Packet" -> "packet" in bcm_char_read(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 05/17] Staging: bcm: Bcmchar.c: Renamed variable "Status" -> "status"

2014-08-10 Thread Matthias Beyer
_ioctl_gpio_set_request() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 80 +-- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index f6ab452..74e91be 100644 --

[PATCH 02/17] Staging: bcm: Bcmchar.c: Renamed variable "Adapter" -> "ad"

2014-08-10 Thread Matthias Beyer
ioctl_reg_write_private() bcm_char_ioctl_eeprom_reg_read() bcm_char_ioctl_gpio_set_request() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 174 +- 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/driver

[PATCH 13/17] Staging: bcm: Bcmchar.c: Renamed variable "sWrmBuffer" -> "wrm_buff"

2014-08-10 Thread Matthias Beyer
Renamed variable "sWrmBuffer" -> "wrm_buff" in bcm_char_ioctl_reg_write_private() bcm_char_ioctl_eeprom_reg_read() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 32 1 file changed, 16 insertions(+), 16 del

[PATCH 12/17] Staging: bcm: Bcmchar.c: Renamed variable "Bufflen" -> "buff_len"

2014-08-10 Thread Matthias Beyer
Renamed variable "Bufflen" -> "buff_len" in bcm_char_ioctl_reg_read_private(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 10/17] Staging: bcm: Bcmchar.c: Renamed variable "sRdmBuffer" -> "rdm_buff"

2014-08-10 Thread Matthias Beyer
Renamed variable "sRdmBuffer" -> "rdm_buff" in bcm_char_ioctl_reg_read_private() bcm_char_ioctl_reg_write_private() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 24 1 file changed, 12 insertions(+), 12 deletions(-

[PATCH 11/17] Staging: bcm: Bcmchar.c: Renamed variable "IoBuffer" -> "io_buff"

2014-08-10 Thread Matthias Beyer
Renamed variable "IoBuffer" -> "io_buff" in bcm_char_ioctl_reg_read_private() bcm_char_ioctl_reg_write_private() bcm_char_ioctl_reg_write_private() bcm_char_ioctl_eeprom_reg_read() bcm_char_ioctl_gpio_set_request() Signed-off-by: Matthias Beyer -

[PATCH 17/17] Staging: bcm: Bcmchar.c: Renamed variable "uiOperation" -> "operation"

2014-08-10 Thread Matthias Beyer
Renamed variable "uiOperation" -> "operation" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 15/17] Staging: bcm: Bcmchar.c: Renamed variable "ucResetValue" -> "reset_val"

2014-08-10 Thread Matthias Beyer
Renamed variable "ucResetValue" -> "reset_val" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/stag

[PATCH 14/17] Staging: bcm: Bcmchar.c: Renamed variable "uiTempVar" -> "tmp"

2014-08-10 Thread Matthias Beyer
Renamed variable "uiTempVar" -> "tmp" in bcm_char_ioctl_reg_write_private() bcm_char_ioctl_eeprom_reg_read() Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-

[PATCH 16/17] Staging: bcm: Bcmchar.c: Renamed variable "uiBit" -> "bit"

2014-08-10 Thread Matthias Beyer
Renamed variable "uiBit" -> "bit" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/

[PATCH] Staging: bcm: Bcmchar.c: Fixed debug output

2014-08-18 Thread Matthias Beyer
The output prints some struct variable contents, but uses a wrong variable name. This is fixed by this patch. Signed-off-by: Matthias Beyer --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers

<    1   2   3   4   5