This is an automated email from the ASF dual-hosted git repository. protobits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new e916896 tiva: tiva_eeprom.h: Fix nxstyle warnings e916896 is described below commit e916896aa93be1ebbc6f8f649e16f1ea040ce4fc Author: Nathan Hartman <59230071+hartmannat...@users.noreply.github.com> AuthorDate: Wed Sep 16 20:09:37 2020 -0400 tiva: tiva_eeprom.h: Fix nxstyle warnings arch/arm/src/tiva/tiva_eeprom.h: * Fix nxstyle warnings. No functional changes. --- arch/arm/src/tiva/tiva_eeprom.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/arch/arm/src/tiva/tiva_eeprom.h b/arch/arm/src/tiva/tiva_eeprom.h index f7a8733..da6e1c4 100644 --- a/arch/arm/src/tiva/tiva_eeprom.h +++ b/arch/arm/src/tiva/tiva_eeprom.h @@ -53,20 +53,20 @@ * Description: * Performs any necessary recovery in case of power failures during write. * - * This function must be called after tiva_eeprom_enable() and before - * the EEPROM is accessed. It is used to check for errors in the EEPROM state - * such as from power failure during a previous write operation. The function - * detects these errors and performs as much recovery as possible. + * This function must be called after tiva_eeprom_enable() and before the + * EEPROM is accessed. It is used to check for errors in the EEPROM state + * such as from power failure during a previous write operation. The + * function detects these errors and performs as much recovery as possible. * - * If -ENODEV is returned, the EEPROM was unable to recover its - * state. If power is stable when this occurs, this indicates a fatal - * error and is likely an indication that the EEPROM memory has exceeded its - * specified lifetime write/erase specification. If the supply voltage is - * unstable when this return code is observed, retrying the operation once the + * If -ENODEV is returned, the EEPROM was unable to recover its state. If + * power is stable when this occurs, this indicates a fatal error and is + * likely an indication that the EEPROM memory has exceeded its specified + * lifetime write/erase specification. If the supply voltage is unstable + * when this return code is observed, retrying the operation once the * voltage is stabilized may clear the error. * - * Failure to call this function after a reset may lead to incorrect operation - * or permanent data loss if the EEPROM is later written. + * Failure to call this function after a reset may lead to incorrect + * operation or permanent data loss if the EEPROM is later written. * * Returned Value: * Returns OK if no errors were detected or -ENODEV if the EEPROM @@ -82,8 +82,8 @@ int tiva_eeprom_initialize(void); * * Description: * Create and initialize an MTD device instance. MTD devices are not - * registered in the file system, but are created as instances that can - * be bound to other functions (such as a block or character driver front + * registered in the file system, but are created as instances that can be + * bound to other functions (such as a block or character driver front * end). * ****************************************************************************/