Message ID | 20250411022331.4511-1-wjy.scu@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | accel/habanalabs:fix typos found in command_submission.c | expand |
diff --git a/drivers/accel/habanalabs/common/command_submission.c b/drivers/accel/habanalabs/common/command_submission.c index 59823e3c3..c9c61687d 100644 --- a/drivers/accel/habanalabs/common/command_submission.c +++ b/drivers/accel/habanalabs/common/command_submission.c @@ -1786,7 +1786,7 @@ static int hl_cs_ctx_switch(struct hl_fpriv *hpriv, union hl_cs_args *args, } /* - * hl_cs_signal_sob_wraparound_handler: handle SOB value wrapaound case. + * hl_cs_signal_sob_wraparound_handler: handle SOB value wraparound case. * if the SOB value reaches the max value move to the other SOB reserved * to the queue. * @hdev: pointer to device structure
Fix typos found in drivers/accel/habanalabs/common/command_submission.c. Signed-off-by: Jiangyong Wang <wjy.scu@gmail.com> --- drivers/accel/habanalabs/common/command_submission.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)