Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 824ea37b authored by Ajay Singh's avatar Ajay Singh Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: rename num_reg_frame macro to have uppercase in macro name



Cleanup patch to follow name as per linux coding style.

Signed-off-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e4c3577d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ struct wilc_wfi_stats {
 * packets in and out, so there is place for a packet
 */

#define num_reg_frame 2
#define NUM_REG_FRAME 2

struct wilc_wfi_key {
	u8 *key;
@@ -146,7 +146,7 @@ struct wilc_vif {
	u8 iftype;
	int monitor_flag;
	int mac_opened;
	struct frame_reg frame_reg[num_reg_frame];
	struct frame_reg frame_reg[NUM_REG_FRAME];
	struct net_device_stats netstats;
	struct wilc *wilc;
	u8 src_addr[ETH_ALEN];