Commit 64f10edf authored by Chase Metzger's avatar Chase Metzger Committed by Greg Kroah-Hartman

usb: core: devio.c: Removed unnecessary space

Removed an unnecessary space between a function name and arguments.
Signed-off-by: default avatarChase Metzger <chasemetzger15@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fcb42e23
...@@ -1903,7 +1903,7 @@ static int proc_releaseinterface(struct usb_dev_state *ps, void __user *arg) ...@@ -1903,7 +1903,7 @@ static int proc_releaseinterface(struct usb_dev_state *ps, void __user *arg)
ret = releaseintf(ps, ifnum); ret = releaseintf(ps, ifnum);
if (ret < 0) if (ret < 0)
return ret; return ret;
destroy_async_on_interface (ps, ifnum); destroy_async_on_interface(ps, ifnum);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment