linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Phillip Potter <phil@philpotter.co.uk>
To: dushistov@mail.ru
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] fs: ufs: small comment fix
Date: Wed, 26 Apr 2017 18:50:46 +0100	[thread overview]
Message-ID: <108e2393-f885-e05f-26aa-bd4897c32301@philpotter.co.uk> (raw)

Fixes a small style error in comment of s_u2_dsize member of
struct ufs_sb_private_info definition in fs/ufs/ufs_fs.h

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
---
--- a/fs/ufs/ufs_fs.h	2017-04-16 21:00:18.000000000 +0100
+++ b/fs/ufs/ufs_fs.h	2017-04-20 10:19:32.272298138 +0100
@@ -736,7 +736,7 @@ struct ufs_sb_private_info {
  	__u32	s_size;		/* number of blocks (fragments) in fs */
  	__u32	s_dsize;	/* number of data blocks in fs */
  	__u64	s_u2_size;	/* ufs2: number of blocks (fragments) in fs */
-	__u64	s_u2_dsize;	/*ufs2:  number of data blocks in fs */
+	__u64	s_u2_dsize;	/* ufs2:  number of data blocks in fs */
  	__u32	s_ncg;		/* number of cylinder groups */
  	__u32	s_bsize;	/* size of basic blocks */
  	__u32	s_fsize;	/* size of fragments */

                 reply	other threads:[~2017-04-26 17:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=108e2393-f885-e05f-26aa-bd4897c32301@philpotter.co.uk \
    --to=phil@philpotter.co.uk \
    --cc=dushistov@mail.ru \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.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;
as well as URLs for NNTP newsgroup(s).