linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: ufs: small comment fix
@ 2017-04-26 17:50 Phillip Potter
  0 siblings, 0 replies; only message in thread
From: Phillip Potter @ 2017-04-26 17:50 UTC (permalink / raw)
  To: dushistov; +Cc: linux-fsdevel, linux-kernel

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 */

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

only message in thread, other threads:[~2017-04-26 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-26 17:50 [PATCH] fs: ufs: small comment fix Phillip Potter

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