[PATCH i-g-t] lib/xe/xe_spin.c: Fix typo

Kamil Konieczny kamil.konieczny at linux.intel.com
Wed May 8 14:33:41 UTC 2024


Hi Jagmeet,
On 2024-05-07 at 12:23:12 -0700, Jagmeet Randhawa wrote:
> Fix typos to follow proper format.

Few more things, first is about subject:

[PATCH i-g-t] lib/xe/xe_spin.c: Fix typo
----------------------------^^

Drop s/xe_spin.c:/xe_spin:/

Also if you will reword description, better would be:

[PATCH i-g-t] lib/xe/xe_spin: Improve comments and fix typos

Second one is about failures from CI, please reply to all
and clarify that they are not replated (as you didn't touched
any code).

Regards,
Kamil

> 
> Cc: Jonathan Cavitt <jonathan.cavitt at intel.com>
> Signed-off-by: Jagmeet Randhawa <jagmeet.randhawa at intel.com>
> ---
>  lib/xe/xe_spin.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lib/xe/xe_spin.c b/lib/xe/xe_spin.c
> index 381e5e950..2dbd51199 100644
> --- a/lib/xe/xe_spin.c
> +++ b/lib/xe/xe_spin.c
> @@ -162,7 +162,7 @@ void xe_spin_init(struct xe_spin *spin, struct xe_spin_opts *opts)
>   * xe_spin_started:
>   * @spin: pointer to spinner mapped bo
>   *
> - * Returns: true if spinner is running, othwerwise false.
> + * Returns: true if spinner is running, otherwise false.
>   */
>  bool xe_spin_started(struct xe_spin *spin)
>  {
> @@ -262,8 +262,8 @@ void xe_spin_sync_wait(int fd, struct igt_spin *spin)
>   * xe_spin_free:
>   * @spin: spin state from igt_spin_new()
>   *
> - * Wrapper to free spinner whhich is triggered by xe_spin_create.
> - * which distroys vm, exec_queue and unbinds the vm which is binded to
> + * Wrapper to free spinner which is triggered by xe_spin_create.
> + * which destroys vm, exec_queue and unbinds the vm which is binded to
>   * the exec_queue and bo.
>   *
>   */
> -- 
> 2.25.1
> 


More information about the igt-dev mailing list