* [PATCH] FS: BTRFS: fixed a styling issue
@ 2013-11-04 13:34 Aldo Iljazi
0 siblings, 0 replies; only message in thread
From: Aldo Iljazi @ 2013-11-04 13:34 UTC (permalink / raw)
To: chris.mason; +Cc: linux-btrfs, linux-kernel
Line 363:
Added a space before the open parenthesis.
Signed-off-by: Aldo Iljazi <mail@aldo.io>
---
fs/btrfs/compression.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/btrfs/compression.c b/fs/btrfs/compression.c
index 6aad98c..91338d2 100644
--- a/fs/btrfs/compression.c
+++ b/fs/btrfs/compression.c
@@ -360,7 +360,7 @@ int btrfs_submit_compressed_write(struct inode *inode, u64 start,
bdev = BTRFS_I(inode)->root->fs_info->fs_devices->latest_bdev;
bio = compressed_bio_alloc(bdev, first_byte, GFP_NOFS);
- if(!bio) {
+ if (!bio) {
kfree(cb);
return -ENOMEM;
}
--
1.8.3.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-11-04 13:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04 13:34 [PATCH] FS: BTRFS: fixed a styling issue Aldo Iljazi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).