On 12.07.2022 14:59, Bryan O'Donoghue wrote: > Adding a new item to this frequency table I see the existing indentation is > incorrect. > > Fixes: 1664014e4679 ("clk: qcom: gcc-msm8939: Add MSM8939 Generic Clock Controller") > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> Konrad > drivers/clk/qcom/gcc-msm8939.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clk/qcom/gcc-msm8939.c b/drivers/clk/qcom/gcc-msm8939.c > index 39ebb443ae3d5..628b476a5468e 100644 > --- a/drivers/clk/qcom/gcc-msm8939.c > +++ b/drivers/clk/qcom/gcc-msm8939.c > @@ -1002,7 +1002,7 @@ static struct clk_rcg2 blsp1_uart2_apps_clk_src = { > }; > > static const struct freq_tbl ftbl_gcc_camss_cci_clk[] = { > - F(19200000, P_XO, 1, 0, 0), > + F(19200000, P_XO, 1, 0, 0), > { } > }; >