mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 06:10:45 -04:00
iwlwifi: remove trailing semicolon in macro definition
The macro use will already have a semicolon. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Link: https://lore.kernel.org/r/iwlwifi.20210802172232.3db450ebbb3c.Ic63f85b85a043256318da49d7b5a63f7dddf3986@changeid Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user