diff options
Diffstat (limited to 'drivers/dma-buf/fence.c')
-rw-r--r-- | drivers/dma-buf/fence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma-buf/fence.c b/drivers/dma-buf/fence.c index 7bb9d65d9a2c..e5541117b3e9 100644 --- a/drivers/dma-buf/fence.c +++ b/drivers/dma-buf/fence.c | |||
@@ -283,7 +283,7 @@ EXPORT_SYMBOL(fence_add_callback); | |||
283 | * @cb: [in] the callback to remove | 283 | * @cb: [in] the callback to remove |
284 | * | 284 | * |
285 | * Remove a previously queued callback from the fence. This function returns | 285 | * Remove a previously queued callback from the fence. This function returns |
286 | * true if the callback is succesfully removed, or false if the fence has | 286 | * true if the callback is successfully removed, or false if the fence has |
287 | * already been signaled. | 287 | * already been signaled. |
288 | * | 288 | * |
289 | * *WARNING*: | 289 | * *WARNING*: |