[PATCH] staging: octeon: add blank line after union

From: Kaaira Gupta
Date: Thu Feb 20 2020 - 14:57:02 EST


add a blank line after union declaration to fix checkpatch.pl warning

Signed-off-by: Kaaira Gupta <kgupta@xxxxxxxxxxxxx>
---
drivers/staging/octeon/octeon-stubs.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/octeon/octeon-stubs.h b/drivers/staging/octeon/octeon-stubs.h
index d2bd379b1fd9..ea33c94fa12b 100644
--- a/drivers/staging/octeon/octeon-stubs.h
+++ b/drivers/staging/octeon/octeon-stubs.h
@@ -382,6 +382,7 @@ union cvmx_ipd_sub_port_qos_cnt {
uint64_t reserved_41_63:23;
} s;
};
+
typedef struct {
uint32_t dropped_octets;
uint32_t dropped_packets;
--
2.17.1