[PATCH 6/6] Staging: bcm: Alter name, datatype, and default value of iterator variables.

2012-01-04 Thread Kevin McKinney
This patch renames variables used in iteration statements with i, changes the datatype to int, and removes any default value. Signed-off-by: Kevin McKinney --- drivers/staging/bcm/CmHost.c | 168 +- 1 files changed, 84 insertions(+), 84 deletions(-) diff

[PATCH 5/6] Staging: bcm: Replace variables and function outputs defined as INT with int.

2012-01-04 Thread Kevin McKinney
This patch replaces all variables and function output that have a datatype definition of "INT" with "int". Signed-off-by: Kevin McKinney --- drivers/staging/bcm/CmHost.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/CmHost.c b/drivers/stagi

[PATCH 4/6] Staging: bcm: Remove assignment from if statement and reverse if logic for readability.

2012-01-04 Thread Kevin McKinney
This patch removes an assignment from an if statement, and it reverses the logic in several if statements to make them more readable and understandable. Signed-off-by: Kevin McKinney --- drivers/staging/bcm/CmHost.c | 17 + 1 files changed, 9 insertions(+), 8 deletions(-) diff

[PATCH 3/6] Staging: bcm: Remove typedef from CmHost.c and use enum.

2012-01-04 Thread Kevin McKinney
This patch removes a typedef from a variable definition in CmHost.c, and uses a enum instead. This Warning was reported by checkpatch.pl. Signed-off-by: Kevin McKinney --- drivers/staging/bcm/CmHost.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/b

[PATCH 2/6] Staging: bcm: Replace dated variable __FUNCTION__.

2012-01-04 Thread Kevin McKinney
This patch replaces the obsolete variable, __FUNCTION__, that holds the name of the current function with variable, __func__. Reported by checkpatch.pl. Signed-off-by: Kevin McKinney --- drivers/staging/bcm/CmHost.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/d

RE: [PATCHv2] staging: zcache: crypto API support

2012-01-04 Thread Dan Magenheimer
> From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] > Sent: Tuesday, January 03, 2012 3:32 PM > To: Greg Kroah-Hartman > Cc: Seth Jennings; Dan Magenheimer; Nitin Gupta; Dave Hansen; > de...@driverdev.osuosl.org; linux- > ker...@vger.kernel.org; Thadeu Lima de Souza Cascardo; Brian King; Ro

Hello

2012-01-04 Thread Özgur Özaslan
Hello I am Dr Mathew Zoro, the manager of Accounts/Operations Department of our bank here in Abidjan Cote D'Ivoire. I have a Proposal for you. will furnish you the details on your response. Reply me Via (matthewz...@mail.com) Mathew Zoro ___ devel mai

[PATCH 11/11] Staging: comedi: fix line over 80 character issue in pcl818.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the pcl818.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/pcl818.c | 36 -- 1 files changed, 24 insertions(+), 12 deleti

[PATCH 10/11] Staging: comedi: fix line over 80 character issue in jr3_pci.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the jr3_pci.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/jr3_pci.c | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) dif

[PATCH 09/11] Staging: comedi: fix printk warning issue in amplc_pci230.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This patch fixes a printk warning found by the checkpatch.pl tool. Convert printk messages to dev_ and removes useless printk messages. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/amplc_pci230.c | 38 +++- 1 files changed, 11 inser

[PATCH 08/11] Staging: comedi: fix printk warning issue in contec_pci_dio.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This patch removes useless printk messages. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/contec_pci_dio.c | 14 +- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/drivers/staging/comedi/drivers/contec_pci_dio.c b/drivers/st

[PATCH 07/11] Staging: comedi: fix printk warning issue in dt2801.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This patch fixes up a printk warning found by the checkpatch.tool. Convert printk to dev_. Removes useless printk messages. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/dt2801.c | 21 - 1 files changed, 8 insertions(+), 13 deletions

[PATCH 06/11] Staging: comedi: fix line over 80 character issue in ni_at_a2150.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the ni_at_a2150.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/ni_at_a2150.c | 40 ++ 1 files changed, 28 insertions(+), 12

[PATCH 05/11] Staging: comedi: fix printk warning issue in ni_at_a2150.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This patch fixes a printk warning found by the checkpatch.pl tool. Convert printk messages to dev_ and removes useless printk messages. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/ni_at_a2150.c | 51 ++ 1 files changed, 12 inse

[PATCH 02/11] Staging: comedi: fix line over 80 character issue in cb_pcidda.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcidda.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidda.c | 73 +++ 1 files changed, 51 insertions(+), 22 del

[PATCH 04/11] Staging: comedi: fix printk warning issue in cb_pcimdda.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This patch fixes a printk warning found by the checkpatch.pl tool. Convert printk to dev_. Convert multiple printk message to single printk message. Removes useless printk messages. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcimdda.c | 19 ++-

[PATCH 03/11] Staging: comedi: fix line over 80 character issue in cb_pcimdas.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the cb_pcimdas.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcimdas.c | 29 +++--- 1 files changed, 21 insertions(+), 8 del

[PATCH 01/11] Staging: comedi: fix line over 80 character issue in daqboard2000.c

2012-01-04 Thread Ravishankar karkala Mallikarjunayya
This is a patch to the daqboard2000.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/daqboard2000.c | 13 + 1 files changed, 9 insertions(+), 4 deletions(-)