arm: include: tegra: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut 2024-07-13 15:19:04 +02:00 committed by Tom Rini
parent 21609289e2
commit ae5c047d1e
3 changed files with 0 additions and 5 deletions

View file

@ -29,7 +29,6 @@
* @file * @file
*/ */
/** /**
* @defgroup MRQ MRQ Messages * @defgroup MRQ MRQ Messages
* @brief Messages sent to/from BPMP via IPC * @brief Messages sent to/from BPMP via IPC
@ -167,7 +166,6 @@ struct mrq_response {
* @} * @}
*/ */
/** /**
* @ingroup MRQ_Codes * @ingroup MRQ_Codes
* @def MRQ_PING * @def MRQ_PING
@ -616,7 +614,6 @@ struct mrq_debugfs_response {
#define DEBUGFS_S_IWUSR (1 << 7) #define DEBUGFS_S_IWUSR (1 << 7)
/** @} */ /** @} */
/** /**
* @ingroup MRQ_Codes * @ingroup MRQ_Codes
* @def MRQ_RESET * @def MRQ_RESET

View 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); void reset_set_enable(enum periph_id periph_id, int enable);
/* CLK_RST_CONTROLLER_RST_CPU_CMPLX_SET/CLR_0 */ /* CLK_RST_CONTROLLER_RST_CPU_CMPLX_SET/CLR_0 */
enum crc_reset_id { enum crc_reset_id {
/* Things we can hold in reset for each CPU */ /* Things we can hold in reset for each CPU */

View file

@ -117,7 +117,6 @@ union scratch3_reg {
u32 word; u32 word;
}; };
/** /**
* Save warmboot memory settings for a later resume * Save warmboot memory settings for a later resume
* *