diff options
author | 2019-10-02 13:53:52 +0000 | |
---|---|---|
committer | 2019-11-21 11:35:45 +0200 | |
commit | f435614ff55c6783919028cb914ffd7422e0b03b (patch) | |
tree | 7e92f86b05c22c5de41616eaea1f8626964e19e5 /include/uapi/misc/habanalabs.h | |
parent | habanalabs: remove set but not used variable 'ctx' (diff) | |
download | wireguard-linux-f435614ff55c6783919028cb914ffd7422e0b03b.tar.xz wireguard-linux-f435614ff55c6783919028cb914ffd7422e0b03b.zip |
habanalabs: Fix typos
s/paerser/parser/
s/requeusted/requested/
s/an JOB/a JOB/
Signed-off-by: Tomer Tayar <ttayar@habana.ai>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | include/uapi/misc/habanalabs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/misc/habanalabs.h b/include/uapi/misc/habanalabs.h index 39c4ea51a719..53e4ff73578e 100644 --- a/include/uapi/misc/habanalabs.h +++ b/include/uapi/misc/habanalabs.h @@ -589,7 +589,7 @@ struct hl_debug_args { * * The user can call this IOCTL with a handle it received from the CS IOCTL * to wait until the handle's CS has finished executing. The user will wait - * inside the kernel until the CS has finished or until the user-requeusted + * inside the kernel until the CS has finished or until the user-requested * timeout has expired. * * The return value of the IOCTL is a standard Linux error code. The possible |