diff options
Diffstat (limited to 'drivers/uwb')
-rw-r--r-- | drivers/uwb/i1480/dfu/usb.c | 2 | ||||
-rw-r--r-- | drivers/uwb/neh.c | 2 | ||||
-rw-r--r-- | drivers/uwb/wlp/txrx.c | 2 |
3 files changed, 3 insertions, 3 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/neh.c b/drivers/uwb/neh.c index 0af8916d9bef..78510a1f410d 100644 --- a/drivers/uwb/neh.c +++ b/drivers/uwb/neh.c | |||
@@ -150,7 +150,7 @@ void uwb_rc_neh_put(struct uwb_rc_neh *neh) | |||
150 | * 0xff is invalid, so they must not be used. Initialization | 150 | * 0xff is invalid, so they must not be used. Initialization |
151 | * fills up those two in the bitmap so they are not allocated. | 151 | * fills up those two in the bitmap so they are not allocated. |
152 | * | 152 | * |
153 | * We spread the allocation around to reduce the posiblity of two | 153 | * We spread the allocation around to reduce the possibility of two |
154 | * consecutive opened @neh's getting the same context ID assigned (to | 154 | * consecutive opened @neh's getting the same context ID assigned (to |
155 | * avoid surprises with late events that timed out long time ago). So | 155 | * avoid surprises with late events that timed out long time ago). So |
156 | * first we search from where @rc->ctx_roll is, if not found, we | 156 | * first we search from where @rc->ctx_roll is, if not found, we |
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 |