]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: host: ehci-dbg: put spaces around operators
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:44:58 +0000 (22:44 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commitc2fb017104eaceb3245640d2bec988d8751552bc
tree389c90075d59a9de20ce26085250dce237bc1ed8
parent78698d66a1a7747b02e73e427d503c1426b8cd32
usb: host: ehci-dbg: put spaces around operators

This patch fixes coding style issues reported by checkpatch concerning
to missing spaces around operators.

There is an additional change on line 49 that removes unnecessary
parentheses around ternary operands.

Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-dbg.c