commit | c2fb017104eaceb3245640d2bec988d8751552bc | [log] [tgz] |
---|---|---|
author | Geyslan G. Bem <geyslan@gmail.com> | Mon Jan 25 22:44:58 2016 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 13:44:05 2016 -0800 |
tree | 389c90075d59a9de20ce26085250dce237bc1ed8 | |
parent | 78698d66a1a7747b02e73e427d503c1426b8cd32 [diff] |
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>