]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: include: tegra: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:04 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 18:12:16 +0000 (12:12 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/include/asm/arch-tegra/bpmp_abi.h
arch/arm/include/asm/arch-tegra/clock.h
arch/arm/include/asm/arch-tegra/warmboot.h

index 373da526ed6dce035679a803d7183103fc8f8c9c..924361bab8d471b0ff3a42c80bb5fa80c5d31a07 100644 (file)
@@ -29,7 +29,6 @@
  * @file
  */
 
-
 /**
  * @defgroup MRQ MRQ Messages
  * @brief Messages sent to/from BPMP via IPC
@@ -167,7 +166,6 @@ struct mrq_response {
  * @}
  */
 
-
 /**
  * @ingroup MRQ_Codes
  * @def MRQ_PING
@@ -616,7 +614,6 @@ struct mrq_debugfs_response {
 #define DEBUGFS_S_IWUSR        (1 << 7)
 /** @} */
 
-
 /**
  * @ingroup MRQ_Codes
  * @def MRQ_RESET
index 61ef81e7fe43b43283872ca3a74db7ff21377134..2957b97e6a5a65f06fd553cfca3c2c6df82c2188 100644 (file)
@@ -130,7 +130,6 @@ void reset_periph(enum periph_id periph_id, int us_delay);
  */
 void reset_set_enable(enum periph_id periph_id, int enable);
 
-
 /* CLK_RST_CONTROLLER_RST_CPU_CMPLX_SET/CLR_0 */
 enum crc_reset_id {
        /* Things we can hold in reset for each CPU */
index bfde4c30ac0314311dcf78453ca2c611177a6f60..9a53456370f3b014340b9ed87913c6c9b766ad13 100644 (file)
@@ -117,7 +117,6 @@ union scratch3_reg {
        u32 word;
 };
 
-
 /**
  * Save warmboot memory settings for a later resume
  *