From: Salah Triki <salah.triki@gmail.com>
To: Luis de Bethencourt <luisbg@osg.samsung.com>
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
viro@zeniv.linux.org.uk, salah.triki@acm.org
Subject: Re: [PATCH 1/3] befs: fix typos in datastream.c
Date: Tue, 16 Aug 2016 08:28:02 +0100 [thread overview]
Message-ID: <20160816072802.GA3798@pc> (raw)
In-Reply-To: <1471108281-27169-1-git-send-email-luisbg@osg.samsung.com>
On Sat, Aug 13, 2016 at 06:11:19PM +0100, Luis de Bethencourt wrote:
> Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
> ---
>
> Hi,
>
> This is a series of patches fixing small issues in datastream.c.
>
> On the process of doing the same for the rest of files. To finish cleanup
> and start adding documentation and new features.
>
> Thanks,
> Luis
>
> fs/befs/datastream.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/fs/befs/datastream.c b/fs/befs/datastream.c
> index 6889644..b2eb5b5 100644
> --- a/fs/befs/datastream.c
> +++ b/fs/befs/datastream.c
> @@ -37,7 +37,7 @@ static int befs_find_brun_dblindirect(struct super_block *sb,
> /**
> * befs_read_datastream - get buffer_head containing data, starting from pos.
> * @sb: Filesystem superblock
> - * @ds: datastrem to find data with
> + * @ds: datastream to find data with
> * @pos: start of data
> * @off: offset of data in buffer_head->b_data
> *
> @@ -115,7 +115,7 @@ befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
> /**
> * befs_read_lsmylink - read long symlink from datastream.
> * @sb: Filesystem superblock
> - * @ds: Datastrem to read from
> + * @ds: Datastream to read from
> * @buff: Buffer in which to place long symlink data
> * @len: Length of the long symlink in bytes
> *
> @@ -183,7 +183,7 @@ befs_count_blocks(struct super_block *sb, const befs_data_stream *ds)
> metablocks += ds->indirect.len;
>
> /*
> - Double indir block, plus all the indirect blocks it mapps
> + Double indir block, plus all the indirect blocks it maps.
> In the double-indirect range, all block runs of data are
> BEFS_DBLINDIR_BRUN_LEN blocks long. Therefore, we know
> how many data block runs are in the double-indirect region,
> @@ -397,7 +397,7 @@ befs_find_brun_indirect(struct super_block *sb,
> though the double-indirect run may be several blocks long,
> we can calculate which of those blocks will contain the index
> we are after and only read that one. We then follow it to
> - the indirect block and perform a similar process to find
> + the indirect block and perform a similar process to find
> the actual block run that maps the data block we are interested
> in.
>
> --
> 2.5.1
>
Signed-off-by: Salah Triki <salah.triki@gmail.com>
Thanks,
Salah
prev parent reply other threads:[~2016-08-16 7:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-13 17:11 [PATCH 1/3] befs: fix typos in datastream.c Luis de Bethencourt
2016-08-13 17:11 ` [PATCH 2/3] befs: improve documentation " Luis de Bethencourt
2016-08-16 7:34 ` Salah Triki
2016-08-13 17:11 ` [PATCH 3/3] befs: befs: fix style issues " Luis de Bethencourt
2016-08-14 17:48 ` [PATCH v2 3/3] " Luis de Bethencourt
2016-08-16 7:37 ` Salah Triki
2016-08-16 7:40 ` [PATCH 3/3] befs: " Salah Triki
2016-08-16 7:28 ` Salah Triki [this message]
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=20160816072802.GA3798@pc \
--to=salah.triki@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luisbg@osg.samsung.com \
--cc=salah.triki@acm.org \
--cc=viro@zeniv.linux.org.uk \
/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