diff mbox series

Typo fixes in comments

Message ID 20220726055810.15176-1-akumar@suse.de
State Accepted
Headers show
Series Typo fixes in comments | expand

Commit Message

Avinesh Kumar July 26, 2022, 5:58 a.m. UTC
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(-)

Comments

Richard Palethorpe July 26, 2022, 9:08 a.m. UTC | #1
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
diff mbox series

Patch

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);