From c30019fa31a2ba761782623e6ea3acac12b6d91a Mon Sep 17 00:00:00 2001 From: Felipe Cardoso Resende Date: Sat, 26 Jan 2019 20:35:01 -0200 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtlwifi/pci.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtlwifi/pci.h b/drivers/staging/rtlwifi/pci.h index 7535ac2..0e55bae 100644 --- a/drivers/staging/rtlwifi/pci.h +++ b/drivers/staging/rtlwifi/pci.h @@ -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; -- 2.7.4