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

iwlwifi: remove trailing semicolon in macro definition

The macro use will already have a semicolon.
Signed-off-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210802172232.3db450ebbb3c.Ic63f85b85a043256318da49d7b5a63f7dddf3986@changeidSigned-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 0f5d44ac
...@@ -318,7 +318,7 @@ iwlagn_accumulative_statistics(struct iwl_priv *priv, ...@@ -318,7 +318,7 @@ iwlagn_accumulative_statistics(struct iwl_priv *priv,
(__le32 *)&priv->delta_stats._name, \ (__le32 *)&priv->delta_stats._name, \
(__le32 *)&priv->max_delta_stats._name, \ (__le32 *)&priv->max_delta_stats._name, \
(__le32 *)&priv->accum_stats._name, \ (__le32 *)&priv->accum_stats._name, \
sizeof(*_name)); sizeof(*_name))
ACCUM(common); ACCUM(common);
ACCUM(rx_non_phy); ACCUM(rx_non_phy);
......
...@@ -142,7 +142,7 @@ enum iwl_bt_mxbox_dw3 { ...@@ -142,7 +142,7 @@ enum iwl_bt_mxbox_dw3 {
"\t%s: %d%s", \ "\t%s: %d%s", \
#_field, \ #_field, \
BT_MBOX_MSG(notif, _num, _field), \ BT_MBOX_MSG(notif, _num, _field), \
true ? "\n" : ", "); true ? "\n" : ", ")
enum iwl_bt_activity_grading { enum iwl_bt_activity_grading {
BT_OFF = 0, BT_OFF = 0,
BT_ON_NO_CONNECTION = 1, BT_ON_NO_CONNECTION = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment