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

Commit af5bc92d authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: Fix whitespace checkpatch warnings/errors



Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent e5f8eab8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@ unsigned long ext4_count_free (struct buffer_head * map, unsigned int numchars)
	unsigned long sum = 0;

	if (!map)
		return (0);
		return 0;
	for (i = 0; i < numchars; i++)
		sum += nibblemap[map->b_data[i] & 0xf] +
			nibblemap[(map->b_data[i] >> 4) & 0xf];
	return (sum);
	return sum;
}

#endif  /*  EXT4FS_DEBUG  */
+48 −48
Original line number Diff line number Diff line
@@ -3197,7 +3197,7 @@ static Indirect *ext4_find_shared(struct inode *inode, int depth,
	if (!partial->key && *partial->p)
		/* Writer: end */
		goto no_top;
	for (p=partial; p>chain && all_zeroes((__le32*)p->bh->b_data,p->p); p--)
	for (p = partial; (p > chain) && all_zeroes((__le32 *) p->bh->b_data, p->p); p--)
		;
	/*
	 * OK, we've found the last block that must survive. The rest of our
+35 −35

File changed.

Contains only whitespace changes.

+34 −34

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+25 −25

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+26 −26

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+151 −151

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading