lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 26 Apr 2017 18:50:46 +0100
From:   Phillip Potter <phil@...lpotter.co.uk>
To:     dushistov@...l.ru
Cc:     linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] fs: ufs: small comment fix

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@...lpotter.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 */

Powered by blists - more mailing lists