commit | f55055b4648416a9d31e5666a5425d406c05f626 | [log] [tgz] |
---|---|---|
author | Huang Rui <ray.huang@amd.com> | Mon Oct 21 23:15:30 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 29 16:43:36 2013 -0700 |
tree | 4d34a17339d36eb20701b4147d2fbdd9ee604cb4 | |
parent | 2fc74ac22751922f075f7e1ffda10daf88fe20fb [diff] |
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>