Commit df73571e authored by Michael Still's avatar Michael Still Committed by Greg Kroah-Hartman

[PATCH] USB: kernel-doc comment tweak in vicam.c

Correct kernel-doc comment with incorrect parameters documented
parent 3bad5571
...@@ -1269,6 +1269,8 @@ static struct usb_driver vicam_driver = { ...@@ -1269,6 +1269,8 @@ static struct usb_driver vicam_driver = {
/** /**
* vicam_probe * vicam_probe
* @intf: the interface
* @id: the device id
* *
* Called by the usb core when a new device is connected that it thinks * Called by the usb core when a new device is connected that it thinks
* this driver might be interested in. * this driver might be interested in.
......
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