Home
last modified time | relevance | path

Searched hist:f55055b4648416a9d31e5666a5425d406c05f626 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/misc/
H A Dusbtest.cdiff f55055b4648416a9d31e5666a5425d406c05f626 Mon Oct 21 10:15:30 CDT 2013 Huang Rui <ray.huang@amd.com> usb: usbtest: fix checkpatch warning as sizeof code style

Script checkpatch.pl always complains incorrect code style like below:

WARNING: sizeof *udev->bos->desc should be sizeof(*udev->bos->desc)

This patch fixes the warning for usbtest module.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>