Re: [PATCH] xhci: Correct misplaced newlines

2013-07-16 Thread Sarah Sharp
Thanks Joe, I'll apply this to my tree after the merge window closes. Sarah Sharp On Tue, Jul 16, 2013 at 07:25:59PM -0700, Joe Perches wrote: > Logging messages end in newlines, not have > them put in the middle of messages. > > Signed-off-by: Joe Perches > --- > drivers/usb/host/xhci.c | 10

[PATCH] xhci: Correct misplaced newlines

2013-07-16 Thread Joe Perches
Logging messages end in newlines, not have them put in the middle of messages. Signed-off-by: Joe Perches --- drivers/usb/host/xhci.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 2c49f00..87b5e65 100644 ---