aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/usb/siano
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-11-27 08:38:30 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-11-27 08:40:36 -0500
commit929b99ed9b31c6de984c6cf49763eaed6767ac2e (patch)
treeed9e67ff67e115e001e17bc2090b5e87a74df885 /drivers/media/usb/siano
parentmedia: rc: fix lots of documentation warnings (diff)
downloadwireguard-linux-929b99ed9b31c6de984c6cf49763eaed6767ac2e.tar.xz
wireguard-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.c4
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