Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH] Typo fixes in comments
@ 2022-07-26  5:58 Avinesh Kumar
  2022-07-26  9:08 ` Richard Palethorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Avinesh Kumar @ 2022-07-26  5:58 UTC (permalink / raw)
  To: ltp

Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
 include/tst_fs.h        | 2 +-
 lib/tst_fs_link_count.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/tst_fs.h b/include/tst_fs.h
index bc6692bd4..26b8b353f 100644
--- a/include/tst_fs.h
+++ b/include/tst_fs.h
@@ -193,7 +193,7 @@ const char **tst_get_supported_fs_types(const char *const *skiplist);
  * Returns 1 if filesystem is in skiplist 0 otherwise.
  *
  * @fs_type A filesystem type to lookup.
- * @skiplist A NULL terminated array of fileystemsytems to skip.
+ * @skiplist A NULL terminated array of filesystems to skip.
  */
 int tst_fs_in_skiplist(const char *fs_type, const char *const *skiplist);
 
diff --git a/lib/tst_fs_link_count.c b/lib/tst_fs_link_count.c
index b8807236d..6a6bb52b2 100644
--- a/lib/tst_fs_link_count.c
+++ b/lib/tst_fs_link_count.c
@@ -119,7 +119,7 @@ int tst_fs_fill_subdirs_(void (*cleanup) (void), const char *dir)
 		return 0;
 	}
 
-	/* for current kernel, subdir limit is not availiable for all fs */
+	/* for current kernel, subdir limit is not available for all fs */
 	fs_type = tst_fs_type(cleanup, dir);
 
 	whitelist_size = ARRAY_SIZE(subdir_limit_whitelist);
-- 
2.36.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] Typo fixes in comments
  2022-07-26  5:58 [LTP] [PATCH] Typo fixes in comments Avinesh Kumar
@ 2022-07-26  9:08 ` Richard Palethorpe
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Palethorpe @ 2022-07-26  9:08 UTC (permalink / raw)
  To: Avinesh Kumar; +Cc: ltp

Hello,

Reviewed-by: Richard Palethorpe <rpalethorpe@suse.com>

Avinesh Kumar <akumar@suse.de> writes:

> Signed-off-by: Avinesh Kumar <akumar@suse.de>
> ---
>  include/tst_fs.h        | 2 +-
>  lib/tst_fs_link_count.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/tst_fs.h b/include/tst_fs.h
> index bc6692bd4..26b8b353f 100644
> --- a/include/tst_fs.h
> +++ b/include/tst_fs.h
> @@ -193,7 +193,7 @@ const char **tst_get_supported_fs_types(const char *const *skiplist);
>   * Returns 1 if filesystem is in skiplist 0 otherwise.
>   *
>   * @fs_type A filesystem type to lookup.
> - * @skiplist A NULL terminated array of fileystemsytems to skip.
> + * @skiplist A NULL terminated array of filesystems to skip.
>   */
>  int tst_fs_in_skiplist(const char *fs_type, const char *const *skiplist);
>  
> diff --git a/lib/tst_fs_link_count.c b/lib/tst_fs_link_count.c
> index b8807236d..6a6bb52b2 100644
> --- a/lib/tst_fs_link_count.c
> +++ b/lib/tst_fs_link_count.c
> @@ -119,7 +119,7 @@ int tst_fs_fill_subdirs_(void (*cleanup) (void), const char *dir)
>  		return 0;
>  	}
>  
> -	/* for current kernel, subdir limit is not availiable for all fs */
> +	/* for current kernel, subdir limit is not available for all fs */
>  	fs_type = tst_fs_type(cleanup, dir);
>  
>  	whitelist_size = ARRAY_SIZE(subdir_limit_whitelist);
> -- 
> 2.36.1


-- 
Thank you,
Richard.

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-26  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-26  5:58 [LTP] [PATCH] Typo fixes in comments Avinesh Kumar
2022-07-26  9:08 ` Richard Palethorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox