[PATCH] staging: greybus: Fixed issues with alignment to open parenthesis.

2020-11-12 Thread Tabot Kevin
This patch fixes the following: - Made sure alignment matched open parenthesis. Signed-off-by: Tabot Kevin --- drivers/staging/greybus/audio_module.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/greybus/audio_module.c b/drivers/staging/greybus

[PATCH] staging: greybus: Fixed issues with alignment to open parenthesis.

2020-11-09 Thread Tabot Kevin
This patch fixes the following: - Made sure alignment matched open parenthesis. Signed-off-by: Tabot Kevin --- drivers/staging/greybus/audio_module.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/greybus/audio_module.c b/drivers/staging/greybus

[PATCH] Fixed issues with alignment to open parenthesis.

2020-10-19 Thread Tabot Kevin
This patch fixes the following: - Made sure alignment matched open parenthesis. Signed-off-by: Tabot Kevin --- drivers/staging/greybus/audio_codec.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/staging/greybus/audio_codec.c b/drivers/staging/greybus

[PATCH] Fixed issues with alignment to open parenthesis.

2020-10-11 Thread Tabot Kevin
This patch fixes the following: - Made sure alignment matched open parenthesis. Signed-off-by: Tabot Kevin --- drivers/staging/greybus/audio_module.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/greybus/audio_module.c b/drivers/staging/greybus

[PATCH] Fixed coding style issues raised by checkpatch.

2020-10-09 Thread Tabot Kevin
This patch fixes the following: - Made sure alignment matched open parenthesis. Signed-off-by: Tabot Kevin --- drivers/staging/greybus/audio_module.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/greybus/audio_module.c b/drivers/staging/greybus

Re: [PATCH] media: meson: add missing allocation failure check on new_buf

2019-12-04 Thread Kevin Hilman
point. > > Addresses-Coverity: ("Dereference null return") > Fixes: 3e7f51bd9607 ("media: meson: add v4l2 m2m video decoder driver") > Signed-off-by: Colin Ian King Reviewed-by: Kevin Hilman ___

From Mr. Kevin Robert>~

2019-02-15 Thread Mr. Robert Kevin
Hi, I am Mr. Robert Kevin, Your email still valid? Please write to me for more details. Best Regards, Mr. Robert Kevin 538 Rush Green Road, Romford RM7 0LX. UK ___ devel mailing list de...@linuxdriverproject.org http

[PATCH] staging: rtl8188eu: core: coding style check

2018-11-13 Thread Kevin Dou
follow the linux coding style, rename the variable shortGIrate to short_gi_rate. Signed-off-by: Kevin Dou --- drivers/staging/rtl8188eu/core/rtw_ap.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu

Re: [PATCH 0/3] fix issues in prism2usb.c.

2016-05-26 Thread Kevin
On Thu, May 26, 2016 at 01:24:28PM +0100, Luis de Bethencourt wrote: > On 26/05/16 04:22, Kevin McKinney wrote: > > This patchset will address issues reported by checkpatch.pl tool > > for file prism2usb.c. > > > > Kevin McKinney (3): > > Staging: wl

[PATCH 1/3] Staging: wlan-ng: fix alignment not matching.

2016-05-25 Thread Kevin McKinney
This patch fixes alignment should match open parenthesis found by checkpatch.pl tool in prism2usb.c. Signed-off-by: Kevin McKinney <klmckinn...@gmail.com> --- drivers/staging/wlan-ng/prism2usb.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/w

[PATCH 2/3] Staging: wlan-ng: fix unnecessary parentheses.

2016-05-25 Thread Kevin McKinney
This patch fixes Unnecessary parentheses around interface->dev found by checkpatch.pl tool. Signed-off-by: Kevin McKinney <klmckinn...@gmail.com> --- drivers/staging/wlan-ng/prism2usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/prism

[PATCH 0/3] fix issues in prism2usb.c.

2016-05-25 Thread Kevin McKinney
This patchset will address issues reported by checkpatch.pl tool for file prism2usb.c. Kevin McKinney (3): Staging: wlan-ng: fix alignment not matching. Staging: wlan-ng: fix unnecessary parentheses. Staging: wlan-ng: fix comparison to NULL issue. drivers/staging/wlan-ng/prism2usb.c | 14

[PATCH 3/3] Staging: wlan-ng: fix comparison to NULL issue.

2016-05-25 Thread Kevin McKinney
This patch fixes comparison to NULL could be written "wlandev" found by checkpatch.pl tool. Signed-off-by: Kevin McKinney <klmckinn...@gmail.com> --- drivers/staging/wlan-ng/prism2usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-n

Re: [PATCH 0/3] fix wlan-ng/prism2usb.c

2016-05-25 Thread Kevin
On Wed, May 25, 2016 at 11:15:53PM +0100, Luis de Bethencourt wrote: > On 20/05/16 19:04, Kevin McKinney wrote: > > This patchset will fix the below issues reported checkpatch.pl tool. > > > > Kevin McKinney (3): > > Staging: wlan-ng: fix Alignment sh

[PATCH 3/3] Staging: wlan-ng: fix comparison to NULL. This patch fixes comparison to NULL found by checkpatch.pl tool.

2016-05-25 Thread Kevin McKinney
Signed-off-by: Kevin McKinney <klmckinn...@gmail.com> --- drivers/staging/wlan-ng/prism2usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2usb.c b/drivers/staging/wlan-ng/prism2usb.c index 82be343..0463ec1 100644 --- a/drivers/staging/w

[PATCH 2/3] Staging: wlan-ng: fix unnecessary parentheses around interface-dev. This is a path to fix unnecessary parentheses around interface-dev found by checkpatch.pl tool.

2016-05-25 Thread Kevin McKinney
Signed-off-by: Kevin McKinney <klmckinn...@gmail.com> --- drivers/staging/wlan-ng/prism2usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2usb.c b/drivers/staging/wlan-ng/prism2usb.c index 43123f3..82be343 100644 --- a/drivers/stagin

[PATCH 0/3] fix wlan-ng/prism2usb.c

2016-05-25 Thread Kevin McKinney
This patchset will fix the below issues reported checkpatch.pl tool. Kevin McKinney (3): Staging: wlan-ng: fix Alignment should match open parenthesis. This patch fixes alignment of parenthesis found by checkpatch.pl tool. Staging: wlan-ng: fix unnecessary parentheses around

[PATCH 1/3] Staging: wlan-ng: fix Alignment should match open parenthesis. This patch fixes alignment of parenthesis found by checkpatch.pl tool.

2016-05-25 Thread Kevin McKinney
Signed-off-by: Kevin McKinney <klmckinn...@gmail.com> --- drivers/staging/wlan-ng/prism2usb.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2usb.c b/drivers/staging/wlan-ng/prism2usb.c index b26d09f..43123f3 100644 --- a/drivers/s

[PATCH 0/3] fix wlan-ng/prism2usb.c

2016-05-20 Thread Kevin McKinney
This patchset will fix the below issues reported checkpatch.pl tool. Kevin McKinney (3): Staging: wlan-ng: fix Alignment should match open parenthesis. This patch fixes alignment of parenthesis found by checkpatch.pl tool. Staging: wlan-ng: fix unnecessary parentheses around

[PATCH 2/3] Staging: wlan-ng: fix unnecessary parentheses around interface-dev. This is a path to fix unnecessary parentheses around interface-dev found by checkpatch.pl tool.

2016-05-20 Thread Kevin McKinney
Signed-off-by: Kevin McKinney <klmckinn...@gmail.com> --- drivers/staging/wlan-ng/prism2usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2usb.c b/drivers/staging/wlan-ng/prism2usb.c index 43123f3..82be343 100644 --- a/drivers/stagin

[PATCH 3/3] Staging: wlan-ng: fix comparison to NULL. This patch fixes comparison to NULL found by checkpatch.pl tool.

2016-05-20 Thread Kevin McKinney
Signed-off-by: Kevin McKinney <klmckinn...@gmail.com> --- drivers/staging/wlan-ng/prism2usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2usb.c b/drivers/staging/wlan-ng/prism2usb.c index 82be343..0463ec1 100644 --- a/drivers/staging/w

[PATCH 1/3] Staging: wlan-ng: fix Alignment should match open parenthesis. This patch fixes alignment of parenthesis found by checkpatch.pl tool.

2016-05-20 Thread Kevin McKinney
Signed-off-by: Kevin McKinney <klmckinn...@gmail.com> --- drivers/staging/wlan-ng/prism2usb.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2usb.c b/drivers/staging/wlan-ng/prism2usb.c index b26d09f..43123f3 100644 --- a/drivers/s

[PATCH RESEND v2] staging/slicoss: Use ethtool_ops instead of module_param.

2016-01-16 Thread Kevin Wern
and rx_use_adaptive_coalesce. (Outlined in TODO file) Signed-off-by: Kevin Wern <kevin.m.w...@gmail.com> --- Second attempt to resend this patch after changes. The previous changes were: - Assigned net_dev->ethtool_ops pointer to slic_ethtool_ops. - Fixed typo where slic_get_coalesce

[PATCH RESEND] staging/slicoss: Use ethtool_ops instead of module_param.

2015-12-28 Thread Kevin Wern
and rx_use_adaptive_coalesce. (Outlined in TODO file) Signed-off-by: Kevin Wern <kevin.m.w...@gmail.com> --- - Assigned net_dev->ethtool_ops pointer to slic_ethtool_ops. - Fixed typo where slic_get_coalesce was used twice. drivers/staging/slicoss/slic.h| 2 ++ drivers/stagin

[PATCH] staging/slicoss: Use ethtool_ops instead of module_param.

2015-12-04 Thread Kevin Wern
ethtool_ops has attributes in sub struct ethool_coalesce that correspond to the parameters intagg_delay and dynamic_intagg. It is preferable to set these properties with ethtool rather than module_param, so create these attributes in adapter and set them using ethtool_coalesce's rx_coalesce_usecs

[PATCH RESEND] staging/slicoss: Use ethtool_ops instead of module_param.

2015-12-04 Thread Kevin Wern
and rx_use_adaptive_coalesce. (Outlined in TODO file) Signed-off-by: Kevin Wern <kevin.m.w...@gmail.com> --- Forgot signed-off-by line drivers/staging/slicoss/slic.h| 2 ++ drivers/staging/slicoss/slicoss.c | 38 -- 2 files changed, 30 insertions(

[PATCH] staging: octeon: add missing blank line after declarations

2015-07-25 Thread Kevin Darbyshire-Bryant
Fixes checkpatch.pl WARNING: Missing a blank line after delarations Signed-off-by: Kevin Darbyshire-Bryant ke...@darbyshire-bryant.me.uk --- drivers/staging/octeon/ethernet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon

[PATCH 1/1] Staging: ft1000: fix some coding style issues

2014-12-03 Thread Kevin Pietsch
Removed braces from two single line if-else statements Signed-off-by: Kevin Pietsch kevinpiet...@gmail.com --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c b

[PATCH 1/1] Staging: ft1000: fix whitespace and brace coding style issues

2014-12-02 Thread Kevin Pietsch
Removed braces from single line if, else, for statements. Replaced space indents with tabs. Fixed whitespace errors around operators. Signed-off-by: Kevin Pietsch kevinpiet...@gmail.com --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 225 +-- 1 file changed, 90

Re: How to cleanup this functions?

2014-07-02 Thread Kevin McKinney
On Tue, Jul 01, 2014 at 11:42:27AM +0200, Matthias Beyer wrote: Hi Kevin, Don't know if this mail should go to the ML, too, ... if you want, you can forward it or add the ML as recipient for your answer! I'm currently working on some cleanup patches for the drivers/staging/bcm

[PATCH] Staging: bcm: Add entry for bcm wimax driver support

2014-07-02 Thread Kevin McKinney
Add myself and Matthias Beyer as maintainers for the bcm wimax driver. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- MAINTAINERS |7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index e2207f7..0853c33 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH] Add MAINTAINERS

2014-07-02 Thread Kevin McKinney
Add new entry for bcm wimax Kevin McKinney (1): Staging: bcm: Add entry for bcm wimax driver support MAINTAINERS |7 +++ 1 file changed, 7 insertions(+) -- 1.7.9.5 ___ devel mailing list de...@linuxdriverproject.org http

[PATCH] Edit TODO file

2014-06-30 Thread Kevin McKinney
Add maintainers to the TODO file. Kevin McKinney (1): Staging: bcm: Change TODO to include maintainers. drivers/staging/bcm/TODO |4 1 file changed, 4 insertions(+) -- 1.7.9.5 ___ devel mailing list de...@linuxdriverproject.org http

Re: [PATCH 0/4] drivers/staging/bcm/InterfaceRx.c cleanup patches

2014-06-30 Thread Kevin McKinney
On Mon, Jun 30, 2014 at 10:10:00AM +0200, Matthias Beyer wrote: Hi, these are my cleanup patches for the drivers/staging/bcm/InterfaceRx.c file. They contain: * Line shortenings (as usual) * Outsourcing code chunks from long functions Please note: As I do not have the

Re: [PATCH 0/3] drivers/staging/bcm/InterfaceTx.c cleanup patches

2014-06-30 Thread Kevin McKinney
On Mon, Jun 30, 2014 at 10:20:21AM +0200, Matthias Beyer wrote: Hi, these are my patches for the drivers/staging/bcm/InterfaceTx.c file. They contain: * Line length and whitespace cleanup * Outsourcing a chunk of code from a long function Please note: As I do not have

Re: [PATCH 0/5] drivers/staging/bcm/LeakyBucket.c cleanup patches

2014-06-30 Thread Kevin McKinney
On Mon, Jun 30, 2014 at 10:25:16AM +0200, Matthias Beyer wrote: Hi, these are my cleanup patches for the drivers/staging/bcm/LeakyBucket.c file. They contain: * Replacing member accessing by variables, for simplifying code * Line lengths shortened * Outsourcing code

Re: [PATCH] Staging: bcm: Change TODO to include maintainers.

2014-06-30 Thread Kevin McKinney
On Mon, Jun 30, 2014 at 05:01:49PM -0700, Greg KH wrote: On Mon, Jun 30, 2014 at 04:30:26PM -0400, Kevin McKinney wrote: Add myself and Matthias Beyer to the TODO file as the list of maintainers. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/TODO |4

Re: Question about patches for bcm

2014-06-26 Thread Kevin McKinney
and I forget to turn off HTML emails. I will send my patches tomorrow, no time now. No problem, I typically work in the evenings EST. Regards, Matthias [0]: http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2014-June/thread.html On 26-06-2014 11:11:40, Kevin McKinney wrote

Re: Anybody working on bcm?

2014-06-20 Thread Kevin McKinney
On Fri, Jun 20, 2014 at 11:46:06AM -0700, Greg KH wrote: On Fri, Jun 20, 2014 at 02:07:32PM -0400, Kevin McKinney wrote: On Fri, Jun 20, 2014 at 1:13 PM, Stephen Hemminger step...@networkplumber.org wrote: On Fri, 20 Jun 2014 19:49:33 +0300 Kristina Martšenko kristina.martse

Re: Anybody working on bcm?

2014-06-20 Thread Kevin McKinney
On Fri, Jun 20, 2014 at 12:40:40PM -0700, Greg KH wrote: On Fri, Jun 20, 2014 at 03:02:11PM -0400, Kevin McKinney wrote: On Fri, Jun 20, 2014 at 11:46:06AM -0700, Greg KH wrote: On Fri, Jun 20, 2014 at 02:07:32PM -0400, Kevin McKinney wrote: On Fri, Jun 20, 2014 at 1:13 PM, Stephen

Re: [PATCH v2 0/8] staging: bcm: Clean up user defined data types

2013-10-30 Thread Kevin McKinney
On Wed, Oct 30, 2013 at 02:46:27AM -0700, Lisa Nguyen wrote: On Wed, Oct 30, 2013 at 1:55 AM, Dan Carpenter dan.carpen...@oracle.com wrote: You and Kevin are treading on each other's patches. CC each other for bcm work. regards, dan carpenter Ah, I wasn't aware of this. Huge

Re: [PATCH v2 0/8] staging: bcm: Clean up user defined data types

2013-10-30 Thread Kevin McKinney
On Wed, Oct 30, 2013 at 09:40:10AM -0700, Greg KH wrote: Lisa and Kevin, you both keep stomping on each others patches, making my merges a pain :( Sorry about this. I will make sure this does not happen again. My tree is now closed for 3.13 stuff like this, so I recommend doing something

[PATCH 08/12 V3] Staging: bcm: Replace B_UINT8 with u8 in Adapter.h

2013-10-29 Thread Kevin McKinney
This patch replaces B_UINT8 with u8 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index ff36739

[PATCH 03/12 V3] Staging: bcm: Replace USHORT with unsigned short in Adapter.h

2013-10-29 Thread Kevin McKinney
This patch replaces USHORT with unsigned short in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers

[PATCH 01/12 V3] Staging: bcm: Fix WARNING: space prohibited before semicolon.

2013-10-29 Thread Kevin McKinney
This patch removes a space before semicolon as specified by checkpatch.pl. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h

[PATCH 09/12 V3] Staging: bcm: Replace UINT32 with u32 in Adapter.h

2013-10-29 Thread Kevin McKinney
This patch replaces UINT32 with u32 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index ad7b814

[PATCH 11/11 V2] Staging: bcm: Replace LARGE_INTEGER with u64 in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces LARGE_INTEGER with u64 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index 7055b83

[PATCH 06/11 V2] Staging: bcm: Replace B_UINT16 with u16 in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces B_UINT16 with u16 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index a5dab86..01788d3

[PATCH 08/11 V2] Staging: bcm: Replace UINT32 with u32 in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces UINT32 with u32 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index f7620ab

[PATCH 10/11 V2] Staging: bcm: Replace PVOID with void * in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces PVOID with void * in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h

[PATCH 01/11 V2] Staging: bcm: Fix WARNING: space prohibited before semicolon.

2013-10-28 Thread Kevin McKinney
This patch removes a space before semicolon as specified by checkpatch.pl. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h

[PATCH 04/11 V2] Staging: bcm: Replaces UCHAR with u8 in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replace UCHAR with u8 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 82 - 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging

[PATCH 02/11 V2] Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly.

2013-10-28 Thread Kevin McKinney
This patch removes typedef for _U_IP_ADDRESS, and changes the name of the struct to bcm_ip_address. In addition, any calls to struct U_IP_ADDRESS are changed to call directly. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |8 1 file changed, 4

[PATCH 00/11 V2] Staging: bcm: Cleanup Adapter.h

2013-10-28 Thread Kevin McKinney
These patches fix several issues in Adapter.h Kevin McKinney (11): Staging: bcm: Fix WARNING: space prohibited before semicolon. Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly. Staging: bcm: Replace USHORT with unsigned short in Adapter.h Staging: bcm: Replaces UCHAR

[PATCH 09/11 V2] Staging: bcm: Replace UINT with unsigned int in Adapter.h

2013-10-28 Thread Kevin McKinney
This patch replaces UINT with unsigned int in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 84 - 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers

[PATCH 10/11] Staging: bcm: Replace PVOID with void * in Adapter.h

2013-10-26 Thread Kevin McKinney
This patch replaces PVOID with void * in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h

[PATCH 05/11] Staging: bcm: Replace ULONG with unsigned long in Adapter.h

2013-10-26 Thread Kevin McKinney
This patch replace ULONG with unsigned long in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 42 - 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers

[PATCH 08/11] Staging: bcm: Replace UINT32 with u32 in Adapter.h

2013-10-26 Thread Kevin McKinney
This patch replaces UINT32 with u32 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index 27b5011

[PATCH 09/11] Staging: bcm: Replace UINT with unsigned int in Adapter.h

2013-10-26 Thread Kevin McKinney
This patch replaces UINT with unsigned int in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 84 - 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers

[PATCH 01/11] Staging: bcm: Fix WARNING: space prohibited before semicolon.

2013-10-26 Thread Kevin McKinney
This patch removes a space before semicolon as specified by checkpatch.pl. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h

[PATCH 04/11] Staging: bcm: Replace UCHAR with unsigned char in Adapter.h

2013-10-26 Thread Kevin McKinney
This patch replace UCHAR with unsigned char in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 82 - 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers

[PATCH 02/11] Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly.

2013-10-26 Thread Kevin McKinney
This patch removes typedef for _U_IP_ADDRESS, and changes the name of the struct to bcm_ip_address. In addition, any calls to struct U_IP_ADDRESS are changed to call directly. Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |8 1 file changed, 4

[PATCH 06/11] Staging: bcm: Replace B_UINT16 with u16 in Adapter.h

2013-10-26 Thread Kevin McKinney
This patch replace B_UINT16 with u16 in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h index 4c9662b..fbd06a1

[PATCH 11/11] Staging: bcm: Replace BOOLEAN with bool in Adapter.h

2013-10-26 Thread Kevin McKinney
This patch replaces BOOLEAN with bool in Adapter.h Signed-off-by: Kevin McKinney klmckinn...@gmail.com --- drivers/staging/bcm/Adapter.h | 122 - 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers