diff options
author | Tim Collier <osdevtc@gmail.com> | 2018-05-23 08:30:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-25 18:44:14 +0200 |
commit | 173ffd0993fd3e6ec7e0e24424350a807605e6d0 (patch) | |
tree | a2ab4d6f427ab7b4a810ea1a2c1141993715c472 /drivers/pnp | |
parent | df6835d1f66a27f753f93b017a5a022dbdd0d372 (diff) |
staging: wlan-ng: convert P80211SKB_RXMETA to inline function in p80211conv
To avoid possible issues with repeated reference to the macro argument
as reported by checkpatch, macro P80211SKB_RXMETA is replaced with an
equivalent inline function. The function is named p80211skb_rxmeta to
follow the coding style guidelines; references to the macro are
updated to reference the new function.
This change depends on the similar change for P80211SKB_FRMMETA having
been applied.
Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pnp')
0 files changed, 0 insertions, 0 deletions