mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
include: jffs2: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
39cfea65a3
commit
b668901648
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue