Skip to content

Commit dcc2789

Browse files
Sameeh Jubrandavem330
authored andcommitted
net: ena: cosmetic: remove unnecessary spaces and tabs in ena_com.h macros
The macros in ena_com.h have inconsistent spaces between the macro name and it's value. This commit sets all the macros to have a single space between the name and value. Signed-off-by: Arthur Kiyanovski <[email protected]> Signed-off-by: Sameeh Jubran <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent c1c0e40 commit dcc2789

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

drivers/net/ethernet/amazon/ena/ena_com.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
#undef pr_fmt
5555
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
5656

57-
#define ENA_MAX_NUM_IO_QUEUES 128U
57+
#define ENA_MAX_NUM_IO_QUEUES 128U
5858
/* We need to queues for each IO (on for Tx and one for Rx) */
59-
#define ENA_TOTAL_NUM_QUEUES (2 * (ENA_MAX_NUM_IO_QUEUES))
59+
#define ENA_TOTAL_NUM_QUEUES (2 * (ENA_MAX_NUM_IO_QUEUES))
6060

6161
#define ENA_MAX_HANDLERS 256
6262

@@ -73,13 +73,13 @@
7373
/*****************************************************************************/
7474
/* ENA adaptive interrupt moderation settings */
7575

76-
#define ENA_INTR_INITIAL_TX_INTERVAL_USECS 64
77-
#define ENA_INTR_INITIAL_RX_INTERVAL_USECS 0
78-
#define ENA_DEFAULT_INTR_DELAY_RESOLUTION 1
76+
#define ENA_INTR_INITIAL_TX_INTERVAL_USECS 64
77+
#define ENA_INTR_INITIAL_RX_INTERVAL_USECS 0
78+
#define ENA_DEFAULT_INTR_DELAY_RESOLUTION 1
7979

80-
#define ENA_HW_HINTS_NO_TIMEOUT 0xFFFF
80+
#define ENA_HW_HINTS_NO_TIMEOUT 0xFFFF
8181

82-
#define ENA_FEATURE_MAX_QUEUE_EXT_VER 1
82+
#define ENA_FEATURE_MAX_QUEUE_EXT_VER 1
8383

8484
struct ena_llq_configurations {
8585
enum ena_admin_llq_header_location llq_header_location;

0 commit comments

Comments
 (0)