[PATCH 2/9v2] usb: host: ehci.h: remove space before function open parenthesis

2015-12-09 Thread Geyslan G. Bem
Get rid of space between function name and open parenthesis. Caught by checkpatch: "WARNING: space prohibited between function name and open parenthesis '('" Signed-off-by: Geyslan G. Bem --- drivers/usb/host/ehci.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-)

Re: [PATCH 2/9v2] usb: host: ehci.h: remove space before function open parenthesis

2015-12-10 Thread Peter Senna Tschudin
On Wed, Dec 09, 2015 at 07:32:31PM -0300, Geyslan G. Bem wrote: > Get rid of space between function name and open parenthesis. > > Caught by checkpatch: "WARNING: space prohibited between function name > and open parenthesis '('" > > Signed-off-by: Geyslan G. Bem > --- As with previous, missing