Re: [PATCH] staging: rts5208: Comparisons should place the constant on the right side of the test

2016-09-15 Thread Sergio Paracuellos
That's true. It seems that checkpatch script is getting a false positive. Just trying to do checkpatch happy. Sorry for inconvenience. I'll be careful with Changelog stuff from now. Thanks for advice. Cheers, Sergio Paracuellos El 2016年09月15日 a las 16:51, Greg KH escribió: On Thu

[PATCH] staging: rts5208: make some vars to lower case to keep the style consistent

2016-09-15 Thread Sergio Paracuellos
This patch fixes the checkpatch.pl warning: WARNING: Comparisons should place the constant on the right side of the test Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/rts5208/rtsx_card.c | 18 +- 1 file changed, 9 insertions(+), 9 del

[PATCH 05/87] staging: wlang-ng: avoid new typedef: hfa384x_HostScanRequest_data_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_HostScanRequest_data_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 00/87] Fix some style warnings in hfa384x.h

2016-09-28 Thread Sergio Paracuellos
This patch series fix some warnings reported by checkpatch.pl script in hfa384x.h: WARNING: Block comments use * on subsequent lines WARNING: Block comments use a trailing */ on a separate line WARNING: do not add new typedefs Sergio Paracuellos (87): staging: wlang-ng: avoid new typedef

[PATCH 01/87] staging: wlang-ng: avoid new typedef: hfa384x_bytestr32_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_bytestr32_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 11/87] staging: wlang-ng: avoid new typedef: hfa384x_dbmcommsquality_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_dbmcommsquality_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 03/87] staging: wlang-ng: Fix block comments style warnings in hfa384x.h

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warnings in hfa384x.h: WARNING: Block comments use * on subsequent lines WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio

[PATCH 06/87] staging: wlang-ng: avoid new typedef: hfa384x_JoinRequest_data_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_JoinRequest_data_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 07/87] staging: wlang-ng: avoid new typedef: hfa384x_authenticateStation_data_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_authenticateStation_data_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@

[PATCH 12/87] staging: wlang-ng: avoid new typedef: hfa384x_tx_frame_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_tx_frame_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 15/87] staging: wlang-ng: avoid new typedef: hfa384x_CommTallies32_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_CommTallies32_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 37/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_cmdresp_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_cmdresp_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 33/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_wmemreq_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_wmemreq_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 23/87] staging: wlang-ng: avoid new typedef: hfa384x_AssocStatus_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_AssocStatus_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 09/87] staging: wlang-ng: avoid new typedef: hfa384x_downloadbuffer_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_downloadbuffer_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 22/87] staging: wlang-ng: avoid new typedef: hfa384x_LinkStatus_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_LinkStatus_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 25/87] staging: wlang-ng: avoid new typedef: hfa384x_PSUserCount_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_PSUserCount_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 08/87] staging: wlang-ng: avoid new typedef: hfa384x_WPAData_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_WPAData_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/

[PATCH 10/87] staging: wlang-ng: avoid new typedef: hfa384x_commsquality_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_commsquality_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 13/87] staging: wlang-ng: avoid new typedef: hfa384x_rx_frame_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_rx_frame_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 14/87] staging: wlang-ng: avoid new typedef: hfa384x_CommTallies16_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_CommTallies16_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 24/87] staging: wlang-ng: avoid new typedef: hfa384x_AuthReq_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_AuthReq_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/

[PATCH 17/87] staging: wlang-ng: avoid new typedef: hfa384x_ScanResult_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_ScanResult_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 27/87] staging: wlang-ng: avoid new typedef: hfa384x_infodata_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_infodata_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 16/87] staging: wlang-ng: avoid new typedef: hfa384x_ScanResultSub_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_ScanResultSub_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 35/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_rxfrm_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_rxfrm_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 29/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_txfrm_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_txfrm_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 34/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_rmemreq_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_rmemreq_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 30/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_cmdreq_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_cmdreq_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 19/87] staging: wlang-ng: avoid new typedef: hfa384x_ChInfoResult_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_ChInfoResult_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 8 1 file changed, 4 inse

[PATCH 17/87] staging: wlang-ng: avoid new typedef: hfa384x_ScanResult_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_ScanResult_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- drivers/staging/w

[PATCH 20/87] staging: wlang-ng: avoid new typedef: hfa384x_HScanResultSub_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_HScanResultSub_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h| 6 +++--- drivers/staging/w

[PATCH 14/87] staging: wlang-ng: avoid new typedef: hfa384x_CommTallies16_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_CommTallies16_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

[PATCH 15/87] staging: wlang-ng: avoid new typedef: hfa384x_CommTallies32_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_CommTallies32_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 8 drivers/staging/w

[PATCH 11/87] staging: wlang-ng: avoid new typedef: hfa384x_dbmcommsquality_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_dbmcommsquality_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

[PATCH 12/87] staging: wlang-ng: avoid new typedef: hfa384x_tx_frame_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_tx_frame_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- drivers/staging/w

[PATCH 18/87] staging: wlang-ng: avoid new typedef: hfa384x_ChInfoResultSub_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_ChInfoResultSub_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- drivers/staging/w

[PATCH 21/87] staging: wlang-ng: avoid new typedef: hfa384x_HScanResult_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_HScanResult_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 insertions

[PATCH 40/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_wmemresp_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_wmemresp_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 4 +--- 1 file changed, 1 insertion

[PATCH 27/87] staging: wlang-ng: avoid new typedef: hfa384x_infodata_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_infodata_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 insertions

[PATCH 45/87] staging: wlang-ng: avoid new typedef: hfa384x_usbin_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usbin_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- drivers/staging/w

[PATCH 16/87] staging: wlang-ng: avoid new typedef: hfa384x_ScanResultSub_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_ScanResultSub_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- drivers/staging/w

[PATCH 51/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_mfisuprange_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_mfisuprange_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 18/87] staging: wlang-ng: avoid new typedef: hfa384x_ChInfoResultSub_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_ChInfoResultSub_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 20/87] staging: wlang-ng: avoid new typedef: hfa384x_HScanResultSub_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_HScanResultSub_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 47/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_pcb_tracenum_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_pcb_tracenum_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 50/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_nic_ramsize_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_nic_ramsize_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 45/87] staging: wlang-ng: avoid new typedef: hfa384x_usbin_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usbin_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/

[PATCH 41/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_rmemresp_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_rmemresp_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 40/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_wmemresp_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_wmemresp_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 44/87] staging: wlang-ng: avoid new typedef: hfa384x_usbout_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usbout_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/

[PATCH 38/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_wridresp_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_wridresp_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 48/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_nic_serial_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_nic_serial_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 21/87] staging: wlang-ng: avoid new typedef: hfa384x_HScanResult_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_HScanResult_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 49/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_mkk_measurements_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_mkk_measurements_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 19/87] staging: wlang-ng: avoid new typedef: hfa384x_ChInfoResult_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_ChInfoResult_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 39/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_rridresp_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usb_rridresp_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 83/87] staging: wlang-ng: avoid new typedef: hfa384x_usbctlx_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_usbctlx_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 4 +-- drivers/staging/wlan-ng/hfa384x

[PATCH 78/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_hfa3861_manf_testi_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_hfa3861_manf_testi_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file chan

[PATCH 70/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_hfa3861_baseline_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_hfa3861_baseline_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file chan

[PATCH 80/87] staging: wlang-ng: avoid new typedef: hfa384x_pdrec_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdrec_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 4 ++-- drivers/staging/wlan-ng/prism2fw

[PATCH 81/87] staging: wlang-ng: avoid new typedef: hfa384x_cmdresult_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_cmdresult_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- drivers/staging/w

[PATCH 66/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_level_comp_setup_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_level_comp_setup_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file chan

[PATCH 82/87] staging: wlang-ng: avoid new typedef: hfa384x_rridresult_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_rridresult_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 4 ++-- drivers/staging/w

[PATCH 71/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_hfa3861_shadow_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_hfa3861_shadow_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

[PATCH 74/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_hfa3861_chcali_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_hfa3861_chcali_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

[PATCH 72/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_hfa3861_ifrf_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_hfa3861_ifrf_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

[PATCH 61/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_default_channel_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_default_channel_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file chan

[PATCH 57/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_mac_address_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_mac_address_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

[PATCH 64/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_refdac_setup_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_refdac_setup_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

[PATCH 85/87] staging: wlang-ng: avoid new typedef: hfa384x_metacmd_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_metacmd_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 4 ++-- drivers/staging/w

[PATCH 79/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_end_of_pda_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_end_of_pda_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

[PATCH 65/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_vgdac_setup_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_vgdac_setup_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

[PATCH 75/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_nic_config_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_nic_config_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

[PATCH 76/87] staging: wlang-ng: avoid new typedef: hfa384x_hfo_delay_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_hfo_delay_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 insertions

[PATCH 82/87] staging: wlang-ng: avoid new typedef: hfa384x_rridresult_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_rridresult_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 61/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_default_channel_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_default_channel_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 73/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_hfa3861_chcalsp_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_hfa3861_chcalsp_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 66/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_level_comp_setup_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_level_comp_setup_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 68/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_ifr_setting_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_ifr_setting_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 76/87] staging: wlang-ng: avoid new typedef: hfa384x_hfo_delay_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_hfo_delay_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- dri

[PATCH 60/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_allowed_channel_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_allowed_channel_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 67/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_trimdac_setup_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_trimdac_setup_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 62/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_privacy_option_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_privacy_option_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 72/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_hfa3861_ifrf_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_hfa3861_ifrf_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 64/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_refdac_setup_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_refdac_setup_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 06/87] staging: wlang-ng: avoid new typedef: hfa384x_JoinRequest_data_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_JoinRequest_data_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 8 drivers/staging/w

[PATCH 10/87] staging: wlang-ng: avoid new typedef: hfa384x_commsquality_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_commsquality_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 insertions

[PATCH 03/87] staging: wlang-ng: Fix block comments style warnings in hfa384x.h

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warnings in hfa384x.h: WARNING: Block comments use * on subsequent lines WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h

[PATCH 01/87] staging: wlang-ng: avoid new typedef: hfa384x_bytestr32_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_bytestr32_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 10 +- drivers/staging/w

[PATCH 00/87] Fix some style warnings in hfa384x.h

2016-09-28 Thread Sergio Paracuellos
This patch series fix some warnings reported by checkpatch.pl script in hfa384x.h: WARNING: Block comments use * on subsequent lines WARNING: Block comments use a trailing */ on a separate line WARNING: do not add new typedefs Sergio Paracuellos (87): staging: wlang-ng: avoid new typedef

[PATCH 04/87] staging: wlang-ng: avoid new typedef: hfa384x_caplevel_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_caplevel_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 24 drivers/s

[PATCH 05/87] staging: wlang-ng: avoid new typedef: hfa384x_HostScanRequest_data_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_HostScanRequest_data_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h| 4 ++-- drivers/staging/w

[PATCH 02/87] staging: wlang-ng: avoid new typedef: hfa384x_compident_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_compident_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 12 ++-- drivers/staging/w

[PATCH 08/87] staging: wlang-ng: avoid new typedef: hfa384x_WPAData_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_WPAData_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 4 ++-- drivers/staging/wlan-ng/prism2mib

[PATCH 07/87] staging: wlang-ng: avoid new typedef: hfa384x_authenticateStation_data_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_authenticateStation_data_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 4 ++-- drivers/stagin

[PATCH 09/87] staging: wlang-ng: avoid new typedef: hfa384x_downloadbuffer_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_downloadbuffer_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> --- drivers/staging/wlan-ng/hfa384x.h | 6 +++--- 1 file changed, 3 inse

Re: [PATCH 00/87] Fix some style warnings in hfa384x.h

2016-09-28 Thread Sergio Paracuellos
True. That's a thing I'd like to know too :). I don't know what I did. I'll fix them and resend the patchset again. Thanks for let know. Cheers, Sergio Paracuellos El 2016年09月28日 a las 18:37, Giedrius Statkevičius escribió: On Wed, Sep 28, 2016 at 7:27 PM, Sergio Paracuellos

[PATCH 69/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_rfr_setting_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_rfr_setting_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

[PATCH 70/87] staging: wlang-ng: avoid new typedef: hfa384x_pdr_hfa3861_baseline_t

2016-09-28 Thread Sergio Paracuellos
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_pdr_hfa3861_baseline_t Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com> Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>

  1   2   3   4   5   6   7   8   9   10   >