Skip to content

Commit 90ccf10

Browse files
committed
inode: fix whitespace issues
Fix two minor whitespace issues. Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 37b27bd commit 90ccf10

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

fs/inode.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -550,11 +550,11 @@ static void __inode_add_lru(struct inode *inode, bool rotate)
550550
struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe,
551551
struct inode *inode, u32 bit)
552552
{
553-
void *bit_address;
553+
void *bit_address;
554554

555-
bit_address = inode_state_wait_address(inode, bit);
556-
init_wait_var_entry(wqe, bit_address, 0);
557-
return __var_waitqueue(bit_address);
555+
bit_address = inode_state_wait_address(inode, bit);
556+
init_wait_var_entry(wqe, bit_address, 0);
557+
return __var_waitqueue(bit_address);
558558
}
559559
EXPORT_SYMBOL(inode_bit_waitqueue);
560560

@@ -2938,7 +2938,7 @@ EXPORT_SYMBOL(mode_strip_sgid);
29382938
*/
29392939
void dump_inode(struct inode *inode, const char *reason)
29402940
{
2941-
pr_warn("%s encountered for inode %px", reason, inode);
2941+
pr_warn("%s encountered for inode %px", reason, inode);
29422942
}
29432943

29442944
EXPORT_SYMBOL(dump_inode);

0 commit comments

Comments
 (0)