Skip to content

Commit 6049fa1

Browse files
Danielmachonclaudiubeznea
authored andcommitted
clk: lan966x: make clk_names const char * const
Change clk_names to const char * const to silence checkpatch in subsequent patches. Signed-off-by: Daniel Machon <daniel.machon@microchip.com> Link: https://lore.kernel.org/r/20240916-lan969x-clock-v1-2-0e150336074d@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent 40d8566 commit 6049fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/clk-lan966x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define DIV_MAX 255
2626

27-
static const char *clk_names[N_CLOCKS] = {
27+
static const char * const clk_names[N_CLOCKS] = {
2828
"qspi0", "qspi1", "qspi2", "sdmmc0",
2929
"pi", "mcan0", "mcan1", "flexcom0",
3030
"flexcom1", "flexcom2", "flexcom3",

0 commit comments

Comments
 (0)