From: Kaaira Gupta Date: Thu, 20 Feb 2020 19:56:54 +0000 (+0530) Subject: staging: octeon: add blank line after union X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=57dd99864f5c1a480662eabf763d1b5df5163150;p=openwrt%2Fstaging%2Fblogic.git staging: octeon: add blank line after union add a blank line after union declaration to fix checkpatch.pl warning Signed-off-by: Kaaira Gupta Link: https://lore.kernel.org/r/20200220195654.GA14056@kaaira-HP-Pavilion-Notebook Signed-off-by: Greg Kroah-Hartman --- 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;