global: Remove leading/trailing blank lines in files

Remove leading/trailing blank lines in .c, .h, .py, .rst, .yml, and
.yaml files.

Will avoid failures with the new CI test in
https://github.com/zephyrproject-rtos/ci-tools/pull/112, though it only
checks changed files.

Move the 'target-notes' target in boards/xtensa/odroid_go/doc/index.rst
to get rid of the trailing blank line there. It was probably misplaced.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-11-18 10:56:50 +01:00 committed by Ioannis Glaropoulos
commit 984bfae831
253 changed files with 2 additions and 303 deletions

View file

@ -72,4 +72,3 @@
#endif /* __ALT_LICENSE_REMINDER_UCOSII_H__ */

View file

@ -351,4 +351,3 @@
#endif /* ALT_LOG_ENABLE */
#endif /* __ALT_LOG_PRINTF_H__ */

View file

@ -176,4 +176,3 @@ struct termios {
#endif
#endif /* _SYS_TERMIOS_H */

View file

@ -1041,7 +1041,3 @@ void alt_avalon_i2c_tfr_cmd_fifo_threshold_set(ALT_AVALON_I2C_DEV_t *i2c_dev,
{
IORMW_ALT_AVALON_I2C_CTRL(i2c_dev->i2c_base,threshold << ALT_AVALON_I2C_CTRL_TFR_CMD_FIFO_THD_OFST,ALT_AVALON_I2C_CTRL_TFR_CMD_FIFO_THD_MSK);
}

View file

@ -130,4 +130,3 @@ int alt_avalon_spi_command(alt_u32 base, alt_u32 slave,
return read_length;
}

View file

@ -53,4 +53,3 @@ void altera_avalon_uart_lwhal_putchar(void *base, int character)
return;
}

View file

@ -791,5 +791,3 @@ alt_32 static alt_epcq_poll_for_write_in_progress(alt_epcq_controller_dev* epcq_
return 0;
}

View file

@ -1514,8 +1514,3 @@ alt_32 static alt_qspi_poll_for_write_in_progress(alt_qspi_controller2_dev* qspi
return 0;
}

View file

@ -1724,8 +1724,3 @@ int alt_msgdma_extended_descriptor_sync_transfer(
{
return alt_msgdma_descriptor_sync_transfer(dev, NULL, desc);
}

View file

@ -75,4 +75,3 @@ extern void altera_nios2_gen2_irq_init( void );
#endif /* __cplusplus */
#endif /* __ALT_NIOS2_ULTRA_IRQ_H__ */

View file

@ -34,4 +34,3 @@
__asm__( "\n\t.globl alt_irq_entry" );
__asm__( "\n\t.globl alt_irq_handler" );

View file

@ -121,4 +121,3 @@ static ALT_INLINE void ALT_ALWAYS_INLINE alt_report_stack_overflow (void)
#endif /* __cplusplus */
#endif /* __ALT_STACK_H__ */

View file

@ -280,4 +280,3 @@
#endif /* __CMSIS_COMPILER_H */

View file

@ -343,4 +343,3 @@ __STATIC_INLINE void ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t const* table
#endif
#endif

View file

@ -210,4 +210,3 @@
#endif /* __CMSIS_COMPILER_H */

View file

@ -277,7 +277,3 @@ void tc_ctr_prng_uninstantiate(TCCtrPrng_t * const ctx)
ctx->reseedCount = 0U;
}
}

View file

@ -937,6 +937,3 @@ int uECC_compute_public_key(const uint8_t *private_key, uint8_t *public_key,
curve->num_bytes, curve->num_bytes, _public + curve->num_words);
return 1;
}

View file

@ -292,4 +292,3 @@ int uECC_verify(const uint8_t *public_key, const uint8_t *message_hash,
/* Accept only if v == r. */
return (int)(uECC_vli_equal(rx, r, num_words) == 0);
}

View file

@ -102,4 +102,3 @@ int default_CSPRNG(uint8_t *dest, unsigned int size) {
}
#endif /* platform */