diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-11-27 08:38:30 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-11-27 08:40:36 -0500 |
commit | 929b99ed9b31c6de984c6cf49763eaed6767ac2e (patch) | |
tree | ed9e67ff67e115e001e17bc2090b5e87a74df885 /drivers/media/usb/siano | |
parent | f67f366c69c8e2287cfe32a3b2406ff706b43075 (diff) | |
download | blackbird-op-linux-929b99ed9b31c6de984c6cf49763eaed6767ac2e.tar.gz blackbird-op-linux-929b99ed9b31c6de984c6cf49763eaed6767ac2e.zip |
media: siano: get rid of documentation warnings
The Siano driver doesn't use kernel-doc markups. While it
would be wanderful to convert to use it, it is probably
not worth the time.
So, instead of solving all problems there, just make
sure that it won't produce dozens of warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/siano')
-rw-r--r-- | drivers/media/usb/siano/smsusb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/usb/siano/smsusb.c b/drivers/media/usb/siano/smsusb.c index 8c1f926567ec..d07349cf9489 100644 --- a/drivers/media/usb/siano/smsusb.c +++ b/drivers/media/usb/siano/smsusb.c @@ -74,7 +74,7 @@ struct smsusb_device_t { static int smsusb_submit_urb(struct smsusb_device_t *dev, struct smsusb_urb_t *surb); -/** +/* * Completing URB's callback handler - bottom half (proccess context) * submits the URB prepared on smsusb_onresponse() */ @@ -86,7 +86,7 @@ static void do_submit_urb(struct work_struct *work) smsusb_submit_urb(dev, surb); } -/** +/* * Completing URB's callback handler - top half (interrupt context) * adds completing sms urb to the global surbs list and activtes the worker * thread the surb |