Commit 0464a3d2 authored by Luis Ortega Perez de Villar's avatar Luis Ortega Perez de Villar Committed by Greg Kroah-Hartman

Staging: dwc2: core: coding style - indentation should use tabs

Fixed coding style issue where lines are indented with spaces
instead of tabs.
Signed-off-by: default avatarLuis Ortega Perez de Villar <luiorpe1@upv.es>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6ce11127
...@@ -2205,7 +2205,7 @@ int dwc2_set_param_phy_type(struct dwc2_hsotg *hsotg, int val) ...@@ -2205,7 +2205,7 @@ int dwc2_set_param_phy_type(struct dwc2_hsotg *hsotg, int val)
{ {
#ifndef NO_FS_PHY_HW_CHECKS #ifndef NO_FS_PHY_HW_CHECKS
int valid = 0; int valid = 0;
u32 hs_phy_type, fs_phy_type; u32 hs_phy_type, fs_phy_type;
#endif #endif
int retval = 0; int retval = 0;
...@@ -2553,7 +2553,7 @@ int dwc2_set_param_ahbcfg(struct dwc2_hsotg *hsotg, int val) ...@@ -2553,7 +2553,7 @@ int dwc2_set_param_ahbcfg(struct dwc2_hsotg *hsotg, int val)
hsotg->core_params->ahbcfg = val; hsotg->core_params->ahbcfg = val;
else else
hsotg->core_params->ahbcfg = GAHBCFG_HBSTLEN_INCR4 << hsotg->core_params->ahbcfg = GAHBCFG_HBSTLEN_INCR4 <<
GAHBCFG_HBSTLEN_SHIFT; GAHBCFG_HBSTLEN_SHIFT;
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment