]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: host: ehci-sched: use sizeof operator with parens
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:45:18 +0000 (22:45 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commitee2a1d24b9b37686214aecfccccf611be6bc0144
tree7f2b45e5cd75f9b4fd195d4c0ef83e14c41caad7
parent6d0febcd271902bc6dba20aceea66a8bd9023198
usb: host: ehci-sched: use sizeof operator with parens

This patch adds parens to sizeof operator uses.

Tested by compilation only.
Caught by checkpatch.

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