From: Marek Vasut Date: Fri, 19 Jul 2024 10:48:53 +0000 (+0200) Subject: board: gdsys: Remove duplicate newlines X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=d1124022adb4a3622d3c0750d68ed414480dcc4b;p=u-boot.git board: gdsys: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- diff --git a/board/gdsys/common/dp501.c b/board/gdsys/common/dp501.c index 7698e76b52..715544c31e 100644 --- a/board/gdsys/common/dp501.c +++ b/board/gdsys/common/dp501.c @@ -136,7 +136,6 @@ void dp501_powerdown(u8 addr) dp501_setbits(addr, 0x0a, 0x30); /* power down encoder, standby mode */ } - int dp501_probe(unsigned screen, bool power) { #ifdef CONFIG_SYS_DP501_BASE diff --git a/board/gdsys/common/ioep-fpga.c b/board/gdsys/common/ioep-fpga.c index f01b48b5c8..eea486a03f 100644 --- a/board/gdsys/common/ioep-fpga.c +++ b/board/gdsys/common/ioep-fpga.c @@ -6,7 +6,6 @@ #ifdef CONFIG_GDSYS_LEGACY_DRIVERS - #include #include diff --git a/board/gdsys/common/osd.c b/board/gdsys/common/osd.c index bd9c5ca996..915b733547 100644 --- a/board/gdsys/common/osd.c +++ b/board/gdsys/common/osd.c @@ -165,7 +165,6 @@ static unsigned int ics8n3qv01_get_fout_calc(unsigned index) return fout_calc; } - static void ics8n3qv01_calc_parameters(unsigned int fout, unsigned int *_mint, unsigned int *_mfrac, unsigned int *_n) @@ -424,7 +423,6 @@ int osd_write(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) y = hextoul(argv[2], NULL); rp = argv[3]; - while (*rp) { char substr[5];