Re: [PATCH] staging: rtl8192u: Fix indentation

From: Greg Kroah-Hartman
Date: Sun Aug 25 2019 - 04:28:49 EST


On Thu, Aug 22, 2019 at 10:52:28AM -0700, Stephen Brennan wrote:
> Checkpatch reports WARNING:SUSPECT_CODE_INDENT in several places. Fix
> this by aligning code properly with tabs.
>
> Signed-off-by: Stephen Brennan <stephen@xxxxxxxxxx>
> ---
> .../rtl8192u/ieee80211/ieee80211_crypt_ccmp.c | 2 +-
> .../staging/rtl8192u/ieee80211/ieee80211_rx.c | 112 +++++++++---------
> .../staging/rtl8192u/ieee80211/ieee80211_tx.c | 18 +--
> .../staging/rtl8192u/ieee80211/ieee80211_wx.c | 8 +-
> drivers/staging/rtl8192u/r819xU_firmware.c | 2 +-
> 5 files changed, 71 insertions(+), 71 deletions(-)

This patch does not apply to my tree. Please redo it against the latest
staging-next branch of the staging.git tree and resend.

thanks,

greg k-h