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

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
board/compulab/cm_fx6/cm_fx6.c
board/compulab/cm_fx6/common.h

index 4a6cc3e56308693ce4d2204b1cdc97a9327f1e4c..c6d33c32ccd2e5d9b2f7ae24e6e76c2822855f9f 100644 (file)
@@ -252,7 +252,6 @@ I2C_PADS(i2c2_pads,
         PAD_GPIO_6__GPIO1_IO06 | MUX_PAD_CTRL(I2C_PAD_CTRL),
         IMX_GPIO_NR(1, 6));
 
-
 static int cm_fx6_setup_one_i2c(int busnum, struct i2c_pads_info *pads)
 {
        int ret;
index debef15880fd27d8d7327da2599c6fd57baf6fb5..17b56ddc2831afd6a6d0597b39899c28493dd6a1 100644 (file)
@@ -31,6 +31,5 @@
 #define CM_FX6_SATA_NRSTDLY    IMX_GPIO_NR(6, 6)
 #define CM_FX6_SATA_PWLOSS_INT IMX_GPIO_NR(6, 31)
 
-
 void cm_fx6_set_usdhc_iomux(void);
 void cm_fx6_set_ecspi_iomux(void);