diff --git a/arch/arm/src/stm32h7/stm32_bbsram.h b/arch/arm/src/stm32h7/stm32_bbsram.h index 060fb66a8d9..0b0d242f19d 100644 --- a/arch/arm/src/stm32h7/stm32_bbsram.h +++ b/arch/arm/src/stm32h7/stm32_bbsram.h @@ -86,7 +86,7 @@ struct bbsramd_s { uint8_t flags; /* The crc is valid and the file was closed */ uint8_t fileno; /* The minor number */ - uint16_t len; /* Total Bytes in this file*/ + uint16_t len; /* Total Bytes in this file */ struct timespec lastwrite; /* Last write time */ }; @@ -147,7 +147,7 @@ int stm32_bbsraminitialize(char *devpath, int *sizes); * * Assumptions: * -****************************************************************************/ +*****************************************************************************/ #if defined(CONFIG_STM32H7_SAVE_CRASHDUMP) int stm32_bbsram_savepanic(int fileno, uint8_t *context, int length);