linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] trivial: fix 'btrfS' spelling on error
@ 2011-04-06 19:31 Sergei Trofimovich
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich @ 2011-04-06 19:31 UTC (permalink / raw)
  To: linux-btrfs; +Cc: chris.mason


[-- Attachment #1.1: Type: text/plain, Size: 90 bytes --]

noticed on horribly broken btrfs image.
Patch is against 2.6.39-rc2.

-- 

  Sergei

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0003-btrfs-typo-btrfS-btrfs.patch --]
[-- Type: text/x-patch, Size: 869 bytes --]

From 95b9e84c22bcc31d1f42d62c5956083f6c39eb2b Mon Sep 17 00:00:00 2001
From: Sergei Trofimovich <st@anti-virus.by>
Date: Wed, 6 Apr 2011 16:49:17 +0300
Subject: [PATCH 3/4] btrfs: typo: 'btrfS' -> 'btrfs'

Signed-off-by: Sergei Trofimovich <st@anti-virus.by>
---
 fs/btrfs/dir-item.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/btrfs/dir-item.c b/fs/btrfs/dir-item.c
index c62f02f..dec9348 100644
--- a/fs/btrfs/dir-item.c
+++ b/fs/btrfs/dir-item.c
@@ -452,7 +452,7 @@ int verify_dir_item(struct btrfs_root *root,
 		namelen = XATTR_NAME_MAX;
 
 	if (btrfs_dir_name_len(leaf, dir_item) > namelen) {
-		printk(KERN_CRIT "btrfS: invalid dir item name len: %u\n",
+		printk(KERN_CRIT "btrfs: invalid dir item name len: %u\n",
 		       (unsigned)btrfs_dir_data_len(leaf, dir_item));
 		return 1;
 	}
-- 
1.7.3.4


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-06 19:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 19:31 [patch] trivial: fix 'btrfS' spelling on error Sergei Trofimovich

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