Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11674239 authored by Luis de Bethencourt's avatar Luis de Bethencourt
Browse files

befs: fix comment style



The description of befs_load_sb was confusing the kernel-doc system since,
because it starts with /**, it thinks it will document the function with
kernel-doc formatting. Which it isn't.

Fix other comment style issues in the file while we are at it.

Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: default avatarSalah Triki <salah.triki@gmail.com>
parent bbe1bd0b
Loading
Loading
Loading
Loading
+3 −7
Original line number Original line Diff line number Diff line
@@ -13,13 +13,9 @@
#include "befs.h"
#include "befs.h"
#include "super.h"
#include "super.h"


/**
/*
 * befs_load_sb -- Read from disk and properly byteswap all the fields
 * befs_load_sb -- Read from disk and properly byteswap all the fields
 * of the befs superblock
 * of the befs superblock
 *
 *
 *
 *
 */
 */
int
int
befs_load_sb(struct super_block *sb, befs_super_block * disk_sb)
befs_load_sb(struct super_block *sb, befs_super_block * disk_sb)