Re: [PATCH 1/1] tty/serial: jsm: Added spaces in if sentences and around binary operators
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2015-08-03 23:33:34
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2015-08-03 23:33:34
Also in:
lkml
On Thu, Jul 30, 2015 at 09:36:05AM +0200, Jose Manuel Abuin Mosquera wrote:
From: "Jose M. Abuin" <redacted> Added a blank line between variable declaration and code. Changed printk(KERN_INFO by pr_info( in some lines. Fixed space separations in if - else sentences. Added spaces between binary operators and variables. Variable assignation outside if in line 766.
A patch should only do one thing. You are doing multiple things here in this patch so please break it out into multiple patches. thanks, greg k-h