wpi: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 21:46:27 +00:00
parent 0bd0689270
commit 391a27c41d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365130

View File

@ -92,7 +92,6 @@
#define WPI_FH_MSG_CONFIG 0xe88
#define WPI_FH_TX_STATUS 0xe90
/*
* NIC internal memory offsets.
*/
@ -119,7 +118,6 @@
#define WPI_BSM_DRAM_DATA_SIZE 0x349c
#define WPI_BSM_SRAM_BASE 0x3800
/* Possible flags for register WPI_HW_IF_CONFIG. */
#define WPI_HW_IF_CONFIG_ALM_MB (1 << 8)
#define WPI_HW_IF_CONFIG_ALM_MM (1 << 9)
@ -558,7 +556,6 @@ struct wpi_beacon_missed {
uint32_t received;
} __packed;
/* Structure for command WPI_CMD_MRR_SETUP. */
#define WPI_RIDX_MAX 11
struct wpi_mrr_setup {
@ -806,7 +803,6 @@ struct wpi_stats {
/* Possible flags for command WPI_CMD_GET_STATISTICS. */
#define WPI_STATISTICS_BEACON_DISABLE (1 << 1)
/* Firmware error dump entry. */
struct wpi_fw_dump {
uint32_t desc;
@ -818,7 +814,6 @@ struct wpi_fw_dump {
/* Firmware image file header. */
struct wpi_firmware_hdr {
#define WPI_FW_MINVERSION 2144
#define WPI_FW_NAME "wpifw"