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

Commit 85a06b30 authored by Luis de Bethencourt's avatar Luis de Bethencourt
Browse files

befs: fix style issues in inode.c



Fixing the following checkpatch.pl errors and warning:
ERROR: trailing whitespace
+ * $

WARNING: Block comments use * on subsequent lines
+/*
+       Validates the correctness of the befs inode

ERROR: "foo * bar" should be "foo *bar"
+befs_check_inode(struct super_block *sb, befs_inode * raw_inode,

Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
parent a83179a8
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@
#include "inode.h"

/*
	Validates the correctness of the befs inode
	Returns BEFS_OK if the inode should be used, otherwise
	returns BEFS_BAD_INODE
 * Validates the correctness of the befs inode
 * Returns BEFS_OK if the inode should be used, otherwise
 * returns BEFS_BAD_INODE
 */
int
befs_check_inode(struct super_block *sb, befs_inode *raw_inode,