Re: [PATCH] usb: buffer: fix 2 coding style issues

2015-06-08 Thread Greg KH
On Mon, Jun 01, 2015 at 11:13:00AM -0400, Kris Borer wrote: > Fixed two coding style issues: sizeof parens and newline after declaration > > Signed-off-by: Kris Borer > --- > drivers/usb/core/buffer.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Doesn't apply to my tree :( -- To un

[PATCH] usb: buffer: fix 2 coding style issues

2015-06-01 Thread Kris Borer
Fixed two coding style issues: sizeof parens and newline after declaration Signed-off-by: Kris Borer --- drivers/usb/core/buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/core/buffer.c b/drivers/usb/core/buffer.c index 506b969..89f2e77 100644 --- a/drive