Skip to content

Commit

Permalink
drivers: staging: rtlwifi: Start statement on a tabstop
Browse files Browse the repository at this point in the history
Fix the following checkpatch.pl warning:
        WARNING: Statements should start on a tabstop
        torvalds#208: FILE: pci.h:208:
        +	/*ASPM*/ u8 const_pci_aspm;

Signed-off-by: Felipe Cardoso Resende <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Felipe Cardoso Resende authored and gregkh committed Jan 30, 2019
1 parent 0fa82de commit c30019f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/rtlwifi/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c30019f

Please sign in to comment.