Re: [PATCH] staging: exfat: fixed coding style warning

2020-03-12 Thread Greg KH
A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I incl

Re: [PATCH] staging: exfat: fixed coding style warning

2020-03-12 Thread Greg KH
On Thu, Mar 12, 2020 at 10:01:27PM +, Miguel Faggioni wrote: > Inverted comparison order on r8192U_wx.c:752 to place constant on the > right side. > > Signed-off-by: Miguel Faggioni > --- > drivers/staging/rtl8192u/r8192U_wx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) The subj

[PATCH] staging: exfat: fixed coding style warning

2020-03-12 Thread Miguel Faggioni
Inverted comparison order on r8192U_wx.c:752 to place constant on the right side. Signed-off-by: Miguel Faggioni --- drivers/staging/rtl8192u/r8192U_wx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r8192U_wx