]> git.baikalelectronics.ru Git - kernel.git/commit
usbip: stub_rx: tidy the indenting in is_clear_halt_cmd()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 24 Apr 2019 09:54:14 +0000 (12:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Apr 2019 08:59:02 +0000 (10:59 +0200)
commit703a622f58c027ace05b8d3e7bc5bda256bccc06
treed9fcf2ea581ffaeefc853ebea34c8a235f93cd5f
parentd16000cf5c8dae79033c945f51ff9fd7557ba8af
usbip: stub_rx: tidy the indenting in is_clear_halt_cmd()

There is an extra space character before the return statement.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/stub_rx.c