diff options
| author | Yuvraj Singh Chauhan <ysinghcin@gmail.com> | 2025-12-26 07:00:35 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-11 13:52:10 +0100 |
| commit | 0cbf955a296657a874da94e1d19b05f4ca4987c9 (patch) | |
| tree | 86840b05ba943bc27a94d22c829f0a54c3c24d21 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git | |
| parent | cf0f2680c30d4b438a5e84b73dc70be405936b54 (diff) | |
staging: rtl8723bs: Remove redundant MAC_ARG macro
The MAC_ARG(x) macro is a useless identity macro that just returns its
argument unchanged. It was used alongside the %pM format specifier for
printing MAC addresses, but %pM already handles MAC address formatting
directly without needing any wrapper macro.
This commit removes the macro definition from both:
include/osdep_service.h
include/ieee80211.h
And removes all 6 usages throughout the driver
Signed-off-by: Yuvraj Singh Chauhan <ysinghcin@gmail.com>
Link: https://patch.msgid.link/20251226013035.206284-1-ysinghcin@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
