Re: [PATCH] staging: octeon-usb: fixed precedence issue

2021-03-14 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 includ

Re: [PATCH] staging: octeon-usb: fixed precedence issue

2021-03-13 Thread Greg KH
On Sat, Mar 13, 2021 at 11:02:47PM +0530, Selvakumar Elangovan wrote: > Added parenthesis around reg macro to avoid precedence issue identified by > checkpatch.pl > > Signed-off-by: Selvakumar Elangovan > --- > drivers/staging/octeon-usb/octeon-hcd.h | 16 > 1 file changed, 8 in

[PATCH] staging: octeon-usb: fixed precedence issue

2021-03-13 Thread Selvakumar Elangovan
Added parenthesis around reg macro to avoid precedence issue identified by checkpatch.pl Signed-off-by: Selvakumar Elangovan --- drivers/staging/octeon-usb/octeon-hcd.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.h b