public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] fs: ext4: balloc: removed trailing whitespace
@ 2015-05-05  0:43 Adir Kuhn
  0 siblings, 0 replies; only message in thread
From: Adir Kuhn @ 2015-05-05  0:43 UTC (permalink / raw)
  To: kernel-janitors

Removed trailing whitespace

Signed-off-by: Adir Kuhn <adirkuhn@gmail.com>
---
 fs/ext4/balloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c
index 68a3019..31a4152 100644
--- a/fs/ext4/balloc.c
+++ b/fs/ext4/balloc.c
@@ -252,7 +252,7 @@ unsigned ext4_free_clusters_after_init(struct super_block *sb,
 				       ext4_group_t block_group,
 				       struct ext4_group_desc *gdp)
 {
-	return num_clusters_in_group(sb, block_group) -
+	return num_clusters_in_group(sb, block_group) -
 		ext4_num_overhead_clusters(sb, block_group, gdp);
 }

--
2.1.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-05  0:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05  0:43 [PATCH 1/5] fs: ext4: balloc: removed trailing whitespace Adir Kuhn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox