]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times size
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:45:07 +0000 (22:45 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commitcb272521760a604924162487a6b73ff5531a5648
tree93929aee10b6a14a910c123dcde0542486d0f257
parent04b8ad436848b11ef6cc54589bd96cacd69fa6e7
usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times size

This patch fixes a coding style issue reported by checkpatch related to
kmalloc_array usage.

On the same line the sizeof operand was enclosed in parentheses.

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