|
@@ -2335,7 +2335,7 @@ static int proc_drop_privileges(struct usb_dev_state *ps, void __user *arg)
|
|
if (copy_from_user(&data, arg, sizeof(data)))
|
|
if (copy_from_user(&data, arg, sizeof(data)))
|
|
return -EFAULT;
|
|
return -EFAULT;
|
|
|
|
|
|
- /* This is an one way operation. Once privileges are
|
|
|
|
|
|
+ /* This is a one way operation. Once privileges are
|
|
* dropped, you cannot regain them. You may however reissue
|
|
* dropped, you cannot regain them. You may however reissue
|
|
* this ioctl to shrink the allowed interfaces mask.
|
|
* this ioctl to shrink the allowed interfaces mask.
|
|
*/
|
|
*/
|