Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1631632 > unrolled thread

[PATCH] fs: ufs: small comment fix

Started byPhillip Potter <phil@philpotter.co.uk>
First post2017-04-26 20:00 +0200
Last post2017-04-26 20:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] fs: ufs: small comment fix Phillip Potter <phil@philpotter.co.uk> - 2017-04-26 20:00 +0200

#1631632 — [PATCH] fs: ufs: small comment fix

FromPhillip Potter <phil@philpotter.co.uk>
Date2017-04-26 20:00 +0200
Subject[PATCH] fs: ufs: small comment fix
Message-ID<tAzol-5vz-15@gated-at.bofh.it>
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 */

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web