]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: hisilicon: hi3660-stub: move comma from declaration of DEFINE_CLK_STUB()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:11 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:26 +0000 (09:41 -0400)
commitbd6fede0903245bbe62cc1554ff399250776b34b
treeaf08282cd71aef68e0a046d6b977731b86941a12
parent619a6210f398eb4ff170bb3eb070dc578cf1cd0c
clk: hisilicon: hi3660-stub: move comma from declaration of DEFINE_CLK_STUB()

When trying to use Coccinelle to make changes inside drivers/clk/, it
really does not like the trailing comma at the end of the declaration
of DEFINE_CLK_STUB, and fails to process this file. It also looks weird
to not have commas to separate the various array members of
hi3660_stub_clks. Let's move the trailing comma out of the define so
that Coccinelle can be ran against this source file.

Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/hisilicon/clk-hi3660-stub.c