summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2016-09-28 20:19:42 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-02 17:03:53 +0200
commitee9f7626e024007f6bf7e40ee50012d5b7e52685 (patch)
tree94bdea82966c800cad1ebec9e70e61ea0ce70c61 /drivers/staging/wlan-ng
parent66e7bdb61233be2b0c7f1b27b4678777ddc90edf (diff)
downloadop-kernel-dev-ee9f7626e024007f6bf7e40ee50012d5b7e52685.zip
op-kernel-dev-ee9f7626e024007f6bf7e40ee50012d5b7e52685.tar.gz
staging: wlang-ng: avoid new typedef: hfa384x_pdr_mkk_measurements_t
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.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng')
-rw-r--r--drivers/staging/wlan-ng/hfa384x.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index dcb181e..79f3761 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -941,7 +941,7 @@ struct hfa384x_pdr_nic_serial {
u8 num[12];
} __packed;
-typedef struct hfa384x_pdr_mkk_measurements {
+struct hfa384x_pdr_mkk_measurements {
double carrier_freq;
double occupied_band;
double power_density;
@@ -957,7 +957,7 @@ typedef struct hfa384x_pdr_mkk_measurements {
double rx_spur_f2;
double rx_spur_l1;
double rx_spur_l2;
-} __packed hfa384x_pdr_mkk_measurements_t;
+} __packed;
typedef struct hfa384x_pdr_nic_ramsize {
u8 size[12]; /* units of KB */
@@ -1097,7 +1097,7 @@ typedef struct hfa384x_pdrec {
struct hfa384x_pdr_pcb_partnum pcb_partnum;
struct hfa384x_pdr_pcb_tracenum pcb_tracenum;
struct hfa384x_pdr_nic_serial nic_serial;
- hfa384x_pdr_mkk_measurements_t mkk_measurements;
+ struct hfa384x_pdr_mkk_measurements mkk_measurements;
hfa384x_pdr_nic_ramsize_t nic_ramsize;
hfa384x_pdr_mfisuprange_t mfisuprange;
hfa384x_pdr_cfisuprange_t cfisuprange;
OpenPOWER on IntegriCloud