]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: gdsys: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 19 Jul 2024 10:48:53 +0000 (12:48 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:51:47 +0000 (10:51 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
board/gdsys/common/dp501.c
board/gdsys/common/ioep-fpga.c
board/gdsys/common/osd.c

index 7698e76b5248f71b60d538f42a119efab1d9b4e0..715544c31ec00d62e9f18e137374a646e7cac025 100644 (file)
@@ -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
index f01b48b5c8e94e74cbfe322e5e9d523123f457aa..eea486a03fbfaa5bf64dbd61b2e9b9c03ea62749 100644 (file)
@@ -6,7 +6,6 @@
 
 #ifdef CONFIG_GDSYS_LEGACY_DRIVERS
 
-
 #include <gdsys_fpga.h>
 #include <linux/bitops.h>
 
index bd9c5ca996980f88d055c3987f7235fe98da9168..915b733547f48f71b8bfe7406be7cc430e919770 100644 (file)
@@ -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];