From: Usman Ansari <ua1422@xxxxxxxxx> Signed-off-by: Usman Ansari <ua1422@xxxxxxxxx> Description: Address the following checkpatch warning: WARNING: Commit log lines starting with '#' are dropped by git as comments --- drivers/staging/wlan-ng/cfg80211.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c index 7951bd63816f..f03dc1e59db1 100644 --- a/drivers/staging/wlan-ng/cfg80211.c +++ b/drivers/staging/wlan-ng/cfg80211.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 /* cfg80211 Interface for prism2_usb module */ -#include "hfa384x.h" -#include "prism2mgmt.h" + #include "hfa384x.h" + #include "prism2mgmt.h" /* Prism2 channel/frequency/bitrate declarations */ static const struct ieee80211_channel prism2_channels[] = { @@ -28,7 +28,7 @@ static const struct ieee80211_rate prism2_rates[] = { { .bitrate = 110 } }; -#define PRISM2_NUM_CIPHER_SUITES 2 + #define PRISM2_NUM_CIPHER_SUITES 2 static const u32 prism2_cipher_suites[PRISM2_NUM_CIPHER_SUITES] = { WLAN_CIPHER_SUITE_WEP40, WLAN_CIPHER_SUITE_WEP104 -- 2.25.1