[PATCH 06/15] include: jffs2: Remove duplicate newlines

Marek Vasut marek.vasut+renesas at mailbox.org
Tue Jul 23 01:28:25 CEST 2024


Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
 include/jffs2/jffs2.h | 2 --
 1 file changed, 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);
-- 
2.43.0



More information about the U-Boot mailing list