Commit 2b06127d authored by Tom Rix's avatar Tom Rix Committed by Luca Coelho
Browse files

iwlwifi: remove trailing semicolon in macro definition

parent 0f5d44ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ iwlagn_accumulative_statistics(struct iwl_priv *priv,
		    (__le32 *)&priv->delta_stats._name,		\
		    (__le32 *)&priv->max_delta_stats._name,	\
		    (__le32 *)&priv->accum_stats._name,		\
		    sizeof(*_name));
		    sizeof(*_name))

	ACCUM(common);
	ACCUM(rx_non_phy);
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ enum iwl_bt_mxbox_dw3 {
					 "\t%s: %d%s",			    \
					 #_field,			    \
					 BT_MBOX_MSG(notif, _num, _field),  \
					 true ? "\n" : ", ");
					 true ? "\n" : ", ")
enum iwl_bt_activity_grading {
	BT_OFF			= 0,
	BT_ON_NO_CONNECTION	= 1,