Skip to content

Commit

Permalink
Fixed[ERROR:trailing whitespace and braces around scalar initializer]
Browse files Browse the repository at this point in the history
Using the checkpatch.pl script, found the below errors and  fixed
ERROR: trailing whitespace
CHECK: Please don't use multiple blank lines
warning: braces around scalar initializer

Signed-off-by: UMWARI JOVIAL <umwarijovial@gmail.com>
  • Loading branch information
jovialumwari authored and intel-lab-lkp committed Oct 26, 2022
1 parent 8cd7565 commit 51dcd5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/most/dim2/dim2.c
Expand Up @@ -987,7 +987,6 @@ static int rcar_gen2_enable(struct platform_device *pdev)
writel(0x04, dev->io_base + 0x600);
}


/* BBCR = 0b11 */
writel(0x03, dev->io_base + 0x500);
writel(0x0002FF02, dev->io_base + 0x508);
Expand Down Expand Up @@ -1084,7 +1083,6 @@ static const struct of_device_id dim2_of_match[] = {
{
.compatible = "xlnx,axi4-os62420_6pin-1.00.a",
},
{},
};

MODULE_DEVICE_TABLE(of, dim2_of_match);
Expand Down

0 comments on commit 51dcd5e

Please sign in to comment.