clocksource/drivers/ingenic: Rename unreasonable array names
author周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Fri, 4 Jun 2021 16:31:45 +0000 (00:31 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Jun 2021 12:14:14 +0000 (14:14 +0200)
commit870a6e1539829356baf70b57c933d0b309cfac21
tree6044e67eb646b0284dc257e405ba3e2fa1115fbe
parent9517c577f9f722270584cfb1a7b4e1354e408658
clocksource/drivers/ingenic: Rename unreasonable array names

1.Rename the "ingenic_ost_clk_info[]" to "x1000_ost_clk_info[]" to
  facilitate the addition of OST support for X2000 SoC in a later
  commit

2.When the OST support for X2000 SoC is added, there will be two
  compatible strings, so renaming "ingenic_ost_of_match[]" to
  "ingenic_ost_of_matches[]" is more reasonable

3.Remove the unnecessary comma in "ingenic_ost_of_matches[]" to reduce
  code size as much as possible.

Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1622824306-30987-2-git-send-email-zhouyanjie@wanyeetech.com
drivers/clocksource/ingenic-sysost.c