ext4: Drop whitespace at end of lines
This patch was generated using: #!/usr/bin/perl -i while (<>) { s/[ ]+$//; print; } Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
4d92dc0f00
commit
60e6679e28
9 changed files with 23 additions and 23 deletions
|
@ -784,7 +784,7 @@ failed:
|
|||
/* Allocation failed, free what we already allocated */
|
||||
ext4_free_blocks(handle, inode, 0, new_blocks[0], 1, 0);
|
||||
for (i = 1; i <= n ; i++) {
|
||||
/*
|
||||
/*
|
||||
* branch[i].bh is newly allocated, so there is no
|
||||
* need to revoke the block, which is why we don't
|
||||
* need to set EXT4_FREE_BLOCKS_METADATA.
|
||||
|
@ -874,7 +874,7 @@ static int ext4_splice_branch(handle_t *handle, struct inode *inode,
|
|||
|
||||
err_out:
|
||||
for (i = 1; i <= num; i++) {
|
||||
/*
|
||||
/*
|
||||
* branch[i].bh is newly allocated, so there is no
|
||||
* need to revoke the block, which is why we don't
|
||||
* need to set EXT4_FREE_BLOCKS_METADATA.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue