aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/uwb')
-rw-r--r--drivers/uwb/i1480/dfu/usb.c2
-rw-r--r--drivers/uwb/wlp/txrx.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/uwb/i1480/dfu/usb.c b/drivers/uwb/i1480/dfu/usb.c
index c7080d497311..0bb665a0c024 100644
--- a/drivers/uwb/i1480/dfu/usb.c
+++ b/drivers/uwb/i1480/dfu/usb.c
@@ -229,7 +229,7 @@ void i1480_usb_neep_cb(struct urb *urb)
229 * will verify it. 229 * will verify it.
230 * 230 *
231 * Set i1480->evt_result with the result of getting the event or its 231 * Set i1480->evt_result with the result of getting the event or its
232 * size (if succesful). 232 * size (if successful).
233 * 233 *
234 * Delivers the data directly to i1480->evt_buf 234 * Delivers the data directly to i1480->evt_buf
235 */ 235 */
diff --git a/drivers/uwb/wlp/txrx.c b/drivers/uwb/wlp/txrx.c
index 86a853b84119..7350ed6909f8 100644
--- a/drivers/uwb/wlp/txrx.c
+++ b/drivers/uwb/wlp/txrx.c
@@ -282,7 +282,7 @@ EXPORT_SYMBOL_GPL(wlp_receive_frame);
282 * and transmission will be done by the calling function. 282 * and transmission will be done by the calling function.
283 * @dst: On return this will contain the device address to which the 283 * @dst: On return this will contain the device address to which the
284 * frame is destined. 284 * frame is destined.
285 * @returns: 0 on success no tx : WLP header sucessfully applied to skb buffer, 285 * @returns: 0 on success no tx : WLP header successfully applied to skb buffer,
286 * calling function can proceed with tx 286 * calling function can proceed with tx
287 * 1 on success with tx : WLP will take over transmission of this 287 * 1 on success with tx : WLP will take over transmission of this
288 * frame 288 * frame