From 3fe0bc5a39eca16388f8653fe67eb914fb27c199 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Mon, 2 Sep 2024 23:34:13 +0100 Subject: [PATCH] apollo3: Small formatting correction for two multi-line comments --- src/target/apollo3.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/target/apollo3.c b/src/target/apollo3.c index b8ca2143181..c9a067fe2ca 100644 --- a/src/target/apollo3.c +++ b/src/target/apollo3.c @@ -35,9 +35,9 @@ static bool apollo_3_flash_write(target_flash_s *flash, target_addr_t dest, cons #define APOLLO_3_CHIPPN_REGISTER 0x40020000U /* Address of the Chip Part Number Register */ /* - Define the bitfields of the CHIPPN register. - - This register contains the part number of the MCU + * Define the bitfields of the CHIPPN register. + * + * This register contains the part number of the MCU */ #define APOLLO_3_CHIPPN_PART_NUMBER_MASK 0xff000000U #define APOLLO_3_CHIPPN_PART_NUMBER_BIT_POSITION 0x18U @@ -69,9 +69,9 @@ static bool apollo_3_flash_write(target_flash_s *flash, target_addr_t dest, cons #define APOLLO_3_CHIPREV_REGISTER 0x4002000cU /* Chip Revision Register */ /* - Define the bitfields of the CHIPREV register. - - This register contains the revision of the MCU + * Define the bitfields of the CHIPREV register. + * + * This register contains the revision of the MCU */ #define APOLLO_3_CHIPREV_RESERVED 0xfff00000U #define APOLLO_3_CHIPREV_SI_PART 0x000fff00U