[PATCH] staging: emxx_udc: Remove misplaced debugging aid

2020-09-11 Thread Mikhail Gusarov
emxx_udc.h contained a #if 0 block with debugging macros. These should be supplied via command line or Kconfig. Fixes checkstyle's WARNING: Consider removing the code enclosed by this #if 0 and its #endif Signed-off-by: Mikhail Gusarov --- drivers/staging/emxx_udc/emxx_udc.h | 5 - 1

[PATCH v2] staging: wlan-ng: Shorten excessively long p80211 constants

2019-03-28 Thread Mikhail Gusarov
is unnecessary (OPERATIONTABLE -> OPTABLE, TRANSMISSION->TX etc) No functional changes. Signed-off-by: Mikhail Gusarov --- drivers/staging/wlan-ng/cfg80211.c | 48 +++--- drivers/staging/wlan-ng/p80211metadef.h | 278 +--- drivers/staging/w

[PATCH] staging: wlan-ng: Shorten excessively long p80211 constants

2019-03-28 Thread Mikhail Gusarov
Signed-off-by: Mikhail Gusarov --- drivers/staging/wlan-ng/cfg80211.c | 48 +++--- drivers/staging/wlan-ng/p80211metadef.h | 278 +--- drivers/staging/wlan-ng/p80211netdev.c | 8 +- drivers/staging/wlan-ng/p80211req.c | 28 ++-- drivers/staging/wlan-ng

[PATCH] staging: wlan-ng: formatting cleanup

2019-03-02 Thread Mikhail Gusarov
Wrap overlong lines in cfg80211.c Signed-off-by: Mikhail Gusarov --- drivers/staging/wlan-ng/cfg80211.c | 31 --- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c index

[PATCH] staging: mt7621-pci: Tidy whitespace

2019-02-27 Thread Mikhail Gusarov
Fix missing whitespace around punctuation and beginning-of-line spaces in pci-mt7621.c. Signed-off-by: Mikhail Gusarov --- drivers/staging/mt7621-pci/pci-mt7621.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging