LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] jfs: fix spelling mistake, EACCESS -> EACCES
@ 2018-10-26 18:09 Colin King
  2018-10-26 18:24 ` Dave Kleikamp
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-10-26 18:09 UTC (permalink / raw)
  To: Dave Kleikamp, jfs-discussion; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to a spelling mistake of the error access name EACCESS,
rename to EACCES

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fs/jfs/namei.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/jfs/namei.c b/fs/jfs/namei.c
index 14528c0ffe63..fa719a1553b6 100644
--- a/fs/jfs/namei.c
+++ b/fs/jfs/namei.c
@@ -203,7 +203,7 @@ static int jfs_create(struct inode *dip, struct dentry *dentry, umode_t mode,
  * RETURN:	Errors from subroutines
  *
  * note:
- * EACCESS: user needs search+write permission on the parent directory
+ * EACCES: user needs search+write permission on the parent directory
  */
 static int jfs_mkdir(struct inode *dip, struct dentry *dentry, umode_t mode)
 {
-- 
2.19.1


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

* Re: [PATCH] jfs: fix spelling mistake, EACCESS -> EACCES
  2018-10-26 18:09 [PATCH] jfs: fix spelling mistake, EACCESS -> EACCES Colin King
@ 2018-10-26 18:24 ` Dave Kleikamp
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Kleikamp @ 2018-10-26 18:24 UTC (permalink / raw)
  To: Colin King, jfs-discussion; +Cc: kernel-janitors, linux-kernel

On 10/26/18 1:09 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to a spelling mistake of the error access name EACCESS,
> rename to EACCES
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Thanks. Pulled into the jfs tree.

Shaggy

> ---
>  fs/jfs/namei.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/jfs/namei.c b/fs/jfs/namei.c
> index 14528c0ffe63..fa719a1553b6 100644
> --- a/fs/jfs/namei.c
> +++ b/fs/jfs/namei.c
> @@ -203,7 +203,7 @@ static int jfs_create(struct inode *dip, struct dentry *dentry, umode_t mode,
>   * RETURN:	Errors from subroutines
>   *
>   * note:
> - * EACCESS: user needs search+write permission on the parent directory
> + * EACCES: user needs search+write permission on the parent directory
>   */
>  static int jfs_mkdir(struct inode *dip, struct dentry *dentry, umode_t mode)
>  {
> 

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

end of thread, other threads:[~2018-10-26 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26 18:09 [PATCH] jfs: fix spelling mistake, EACCESS -> EACCES Colin King
2018-10-26 18:24 ` Dave Kleikamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).