public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: SF Markus Elfring <elfring@users.sourceforge.net>
To: Changman Lee <cm224.lee@samsung.com>, Jaegeuk Kim <jaegeuk@kernel.org>
Cc: kernel-janitors@vger.kernel.org, trivial@kernel.org,
	LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 4/6] f2fs: Fix typos for the word "destroy" in jump labels
Date: Mon, 24 Nov 2014 18:24:22 +0100	[thread overview]
Message-ID: <547369C6.2000004@users.sourceforge.net> (raw)
In-Reply-To: <54736422.90409@users.sourceforge.net>

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Mon, 24 Nov 2014 15:52:00 +0100

Two jump labels were adjusted in the implementation of the
create_node_manager_caches() function because these identifiers
contained typos.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
---
 fs/f2fs/node.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c
index 4537819..74f44fe 100644
--- a/fs/f2fs/node.c
+++ b/fs/f2fs/node.c
@@ -2057,17 +2057,17 @@ int __init create_node_manager_caches(void)
 	free_nid_slab = f2fs_kmem_cache_create("free_nid",
 			sizeof(struct free_nid));
 	if (!free_nid_slab)
-		goto destory_nat_entry;
+		goto destroy_nat_entry;
 
 	nat_entry_set_slab = f2fs_kmem_cache_create("nat_entry_set",
 			sizeof(struct nat_entry_set));
 	if (!nat_entry_set_slab)
-		goto destory_free_nid;
+		goto destroy_free_nid;
 	return 0;
 
-destory_free_nid:
+destroy_free_nid:
 	kmem_cache_destroy(free_nid_slab);
-destory_nat_entry:
+destroy_nat_entry:
 	kmem_cache_destroy(nat_entry_slab);
 fail:
 	return -ENOMEM;
-- 
2.1.3


  parent reply	other threads:[~2014-11-24 17:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-24 17:00 [PATCH 0/6] Fix a few typos around the word "destroy" SF Markus Elfring
2014-11-24 17:08 ` [PATCH 1/6] isci: Fix a typo for " SF Markus Elfring
2014-11-24 17:15 ` [PATCH 2/6] SCSI-libfc: Fix typos " SF Markus Elfring
2014-11-24 17:19 ` [PATCH 3/6] video: fbdev-MMP: " SF Markus Elfring
2014-11-25 10:55   ` Tomi Valkeinen
2014-11-24 17:24 ` SF Markus Elfring [this message]
2014-11-24 21:42   ` [PATCH 4/6] f2fs: Fix typos for the word "destroy" in jump labels Jaegeuk Kim
2014-11-24 17:28 ` [PATCH 5/6] video: fbdev-MMP: Fix a typo for the word "destroyed" SF Markus Elfring
2014-11-24 17:31 ` [PATCH 6/6] Documentation-SCSI: Fix a typo for the word "destroy" SF Markus Elfring
2014-11-25  2:21 ` [PATCH 0/6] Fix a few typos around " Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=547369C6.2000004@users.sourceforge.net \
    --to=elfring@users.sourceforge.net \
    --cc=cm224.lee@samsung.com \
    --cc=jaegeuk@kernel.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox