summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-07-23 01:28:25 +0200
committerTom Rini <[email protected]>2024-07-29 15:01:04 -0600
commitb66890164811318ddc4d824cafb5c2d3891cd164 (patch)
tree587ae37d3717fb9dad7a315bbb5e229cbaf28c54 /include
parent39cfea65a312b60eefb31ede55efbd46b4b09fe4 (diff)
include: jffs2: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/jffs2/jffs2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/jffs2/jffs2.h b/include/jffs2/jffs2.h
index 651f94cf381..e986508c2cc 100644
--- a/include/jffs2/jffs2.h
+++ b/include/jffs2/jffs2.h
@@ -109,7 +109,6 @@
#define JFFS2_INO_FLAG_USERCOMPR 2 /* User has requested a specific
compression type */
-
struct jffs2_unknown_node
{
/* All start like this */
@@ -212,7 +211,6 @@ enum
# define DT_WHT DT_WHT
};
-
u32 jffs2_1pass_ls(struct part_info *part,const char *fname);
u32 jffs2_1pass_load(char *dest, struct part_info *part,const char *fname);
u32 jffs2_1pass_info(struct part_info *part);