[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YXZdvdj6EQsrfhqt@kroah.com>
Date: Mon, 25 Oct 2021 09:33:17 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Kushal Kothari <kushalkothari285@...il.com>
Cc: fabioaiuto83@...il.com, ross.schm.dev@...il.com,
hdegoede@...hat.com, marcocesati@...il.com,
fmdefrancesco@...il.com, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org, outreachy-kernel@...glegroups.com,
mike.rapoport@...il.com, kushalkothari2850@...il.com
Subject: Re: [PATCH] staging: rtl8723bs: core: Refactor nested if-else
On Mon, Oct 25, 2021 at 12:55:28PM +0530, Kushal Kothari wrote:
> Refactor nested if else by combining nested if into a single if condition and removing unnecessary else conditionals which leads to removing unnecessary tabs .There is no change in logic of new code.
Very long line, please break it up at 72 columns.
And your space around the '.' is odd :(
> checkpatch warning : Too many leading tabs - consider code refactoring
What does this mean?
>
> Signed-off-by: Kushal Kothari <kushalkothari285@...il.com>
> ---
> drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 65 ++++++++-----------
> 1 file changed, 26 insertions(+), 39 deletions(-)
>
thanks,
greg k-h
Powered by blists - more mailing lists