mbox series

[0/1] clk: meson8b: fix typo "ABP" -> "APB"

Message ID 20181223235836.12466-1-martin.blumenstingl@googlemail.com (mailing list archive)
Headers show
Series clk: meson8b: fix typo "ABP" -> "APB" | expand

Message

Martin Blumenstingl Dec. 23, 2018, 11:58 p.m. UTC
It turns out that I'm not good at spelling "APB".
Unfortunately a typo snug into the clk-next branch and will end up
in the 4.21 kernel.

Currently there are no users of that clock yet, so fix it now
before it's too late (meaning before it's used by <something>).


Martin Blumenstingl (1):
  clk: meson: meson8b: fix naming of the APB clocks

 drivers/clk/meson/meson8b.c              | 22 +++++++++++-----------
 drivers/clk/meson/meson8b.h              |  2 +-
 include/dt-bindings/clock/meson8b-clkc.h |  2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)