mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 11:04:00 +08:00
staging: board: line over 80 characters
This patch fixes the checkpatch.pl warning: WARNING: line over 80 characters + .domain = "/system-controller@e6180000/pm-domains/c5/a4lc@1" Signed-off-by: Nikita Eshkeev <kastolom@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5678824069
commit
d6a1b8d9db
@ -87,10 +87,10 @@ static const struct board_staging_clk lcdc0_clocks[] __initconst = {
|
|||||||
|
|
||||||
static const struct board_staging_dev armadillo800eva_devices[] __initconst = {
|
static const struct board_staging_dev armadillo800eva_devices[] __initconst = {
|
||||||
{
|
{
|
||||||
.pdev = &lcdc0_device,
|
.pdev = &lcdc0_device,
|
||||||
.clocks = lcdc0_clocks,
|
.clocks = lcdc0_clocks,
|
||||||
.nclocks = ARRAY_SIZE(lcdc0_clocks),
|
.nclocks = ARRAY_SIZE(lcdc0_clocks),
|
||||||
.domain = "/system-controller@e6180000/pm-domains/c5/a4lc@1"
|
.domain = "/system-controller@e6180000/pm-domains/c5/a4lc@1"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user