[PATCH]Re: fix spelling mistake in ubifs.h

liu.song11 at zte.com.cn liu.song11 at zte.com.cn
Wed Dec 24 17:05:15 PST 2014


Hi, Richard.

Thanks for your suggestion. At first I was thought this spelling mistake is just a little mistake,
because we could easily know the right word by the context.However,little things should also be
taken seriously, then I revise the description of this patch.

Regards
-------------------------------------------------------------------------------------------------

When reading the code, I found there is a spelling mistake in ubifs.h, maybe we could fix it.

Signed-off-by: Liu Song <liu.song11 at zte.com.cn>
---
 fs/ubifs/ubifs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h
index a06e8d7..fe53006 100644
--- a/fs/ubifs/ubifs.h
+++ b/fs/ubifs/ubifs.h
@@ -157,7 +157,7 @@
 #define WORST_COMPR_FACTOR 2

 /*
- * How much memory is needed for a buffer where we comress a data node.
+ * How much memory is needed for a buffer where we compress a data node.
  */
 #define COMPRESSED_DATA_NODE_BUF_SZ \
 	(UBIFS_DATA_NODE_SZ + UBIFS_BLOCK_SIZE * WORST_COMPR_FACTOR)
--




From:	Richard Weinberger <richard.weinberger at gmail.com>
To:	liu.song11 at zte.com.cn,
Cc:	"linux-mtd at lists.infradead.org" <linux-mtd at lists.infradead.org>
Date:	2014-12-25 03:44
Subject:	Re: fix spelling mistake in ubifs.h



On Wed, Dec 24, 2014 at 2:38 AM,  <liu.song11 at zte.com.cn> wrote:
>
> maybe there is a spelling mistake.fix it or ignore it seems both ok, lol.

This is not a valid patch description.

> ---
>  fs/ubifs/ubifs.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h
> index a06e8d7..fe53006 100644
> --- a/fs/ubifs/ubifs.h
> +++ b/fs/ubifs/ubifs.h
> @@ -157,7 +157,7 @@
>  #define WORST_COMPR_FACTOR 2
>
>  /*
> - * How much memory is needed for a buffer where we comress a data node.
> + * How much memory is needed for a buffer where we compress a data node.
>   */
>  #define COMPRESSED_DATA_NODE_BUF_SZ \
>         (UBIFS_DATA_NODE_SZ + UBIFS_BLOCK_SIZE * WORST_COMPR_FACTOR)
> --
>
> --------------------------------------------------------
> ZTE Information Security Notice: The information contained in this mail (and any attachment transmitted herewith) is privileged and confidential and is intended for the exclusive use of the addressee(s).  If you are not an intended recipient, any disclosure, reproduction, distribution or other dissemination or use of the information contained is strictly prohibited.  If you have received this mail in error, please delete it and notify us immediately.
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/



--
Thanks,
//richard


--------------------------------------------------------
ZTE Information Security Notice: The information contained in this mail (and any attachment transmitted herewith) is privileged and confidential and is intended for the exclusive use of the addressee(s).  If you are not an intended recipient, any disclosure, reproduction, distribution or other dissemination or use of the information contained is strictly prohibited.  If you have received this mail in error, please delete it and notify us immediately.



More information about the linux-mtd mailing list