VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   35 Branches   59 Tags
author: Luis de Bethencourt <luisbg@osg.samsung.com> 2016-08-09 22:24:09 +0100 committer: Luis de Bethencourt <luisbg@osg.samsung.com> 2016-10-08 10:01:33 +0100 commit: 11674239f927c900bc50f8f2f5a4ec3e4a3df89b parent: bbe1bd0b6bba138eaf441c6c964bde9866da8808
Commit Summary:
befs: fix comment style
Diffstat:
1 file changed, 3 insertions, 7 deletions
diff --git a/fs/befs/super.c b/fs/befs/super.c
index c36745d2b45f..80b93c0a1a7b 100644
--- a/fs/befs/super.c
+++ b/fs/befs/super.c
@@ -13,13 +13,9 @@
 #include "befs.h"
 #include "super.h"
 
-/**
+/*
  * befs_load_sb -- Read from disk and properly byteswap all the fields
  * of the befs superblock
- *
- *
- *
- *
  */
 int
 befs_load_sb(struct super_block *sb, befs_super_block * disk_sb)
@@ -93,8 +89,8 @@ befs_check_sb(struct super_block *sb)
 	}
 
 	/*
-	   * block_shift and block_size encode the same information
-	   * in different ways as a consistency check.
+	 * block_shift and block_size encode the same information
+	 * in different ways as a consistency check.
 	 */
 
 	if ((1 << befs_sb->block_shift) != befs_sb->block_size) {