mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
drivers: staging: rtlwifi: Start statement on a tabstop
Fix the following checkpatch.pl warning: WARNING: Statements should start on a tabstop #208: FILE: pci.h:208: + /*ASPM*/ u8 const_pci_aspm; Signed-off-by: Felipe Cardoso Resende <felipecardoso.fcr@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0fa82deb5a
commit
c30019fa31
1 changed files with 2 additions and 1 deletions
|
@ -205,7 +205,8 @@ struct rtl_pci {
|
|||
/*Bcn control register setting */
|
||||
u32 reg_bcn_ctrl_val;
|
||||
|
||||
/*ASPM*/ u8 const_pci_aspm;
|
||||
/*ASPM*/
|
||||
u8 const_pci_aspm;
|
||||
u8 const_amdpci_aspm;
|
||||
u8 const_hwsw_rfoff_d3;
|
||||
u8 const_support_pciaspm;
|
||||
|
|
Loading…
Reference in a new issue