Commits
Calvin Johnson committed d75972b2cab
staging: fsl_ppfe/eth: resolve indentation warning Resolve the following indentation warning: drivers/staging/fsl_ppfe/pfe_ls1012a_platform.c: In function ‘pfe_get_gemac_if_proprties’: drivers/staging/fsl_ppfe/pfe_ls1012a_platform.c:96:2: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] else ^~~~ drivers/staging/fsl_ppfe/pfe_ls1012a_platform.c:98:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ pdata->ls1012a_eth_pdata[port].mdio_muxval = phy_id; ^~~~~ Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>