Re: [PATCH 1/3] staging: rtl8192e: rename members of struct chnl_txpow_triple - style

2019-02-05 Thread Himadri Pandya
On 05/02/19 11:51 PM, Greg KH wrote: On Tue, Feb 05, 2019 at 09:42:37AM -0800, Himadri Pandya wrote: Rename following members of struct chnl_txpow_triple to avoid checkpatch warning: Avoid CamelCase FirstChnl -> first_chnl NumChnls -> num_chnls We do have vowels, how about

Re: [PATCH 1/3] staging: rtl8192e: rename members of struct chnl_txpow_triple - style

2019-02-05 Thread Greg KH
On Tue, Feb 05, 2019 at 09:42:37AM -0800, Himadri Pandya wrote: > Rename following members of struct chnl_txpow_triple to avoid > checkpatch warning: Avoid CamelCase > > FirstChnl -> first_chnl > NumChnls -> num_chnls We do have vowels, how about "first_channel" and "num_channels"?

[PATCH 1/3] staging: rtl8192e: rename members of struct chnl_txpow_triple - style

2019-02-05 Thread Himadri Pandya
Rename following members of struct chnl_txpow_triple to avoid checkpatch warning: Avoid CamelCase FirstChnl -> first_chnl NumChnls -> num_chnls MaxTxPwrInDbm -> max_tx_power Signed-off-by: Himadri Pandya --- drivers/staging/rtl8192e/dot11d.c | 16