linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: filemap Remove trailing whitespace
@ 2014-09-30 21:51 Paul McQuade
  0 siblings, 0 replies; 2+ messages in thread
From: Paul McQuade @ 2014-09-30 21:51 UTC (permalink / raw)
  To: Paul McQuade, Andrew Morton, Al Viro, Johannes Weiner, Mel Gorman,
	Minchan Kim, Kirill A. Shutemov, Sasha Levin, linux-mm,
	linux-kernel



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] mm: filemap Remove trailing whitespace
@ 2014-09-30 22:48 Paul McQuade
  0 siblings, 0 replies; 2+ messages in thread
From: Paul McQuade @ 2014-09-30 22:48 UTC (permalink / raw)
  To: paulmcquad
  Cc: linux-kernel, linux-mm, sasha.levin, kirill.shutemov, mgorman,
	riel, hannes, viro, akpm

Remove 2 trailing whitespace errors

Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
---
 mm/filemap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mm/filemap.c b/mm/filemap.c
index 90effcd..30ffd32 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -1744,7 +1744,7 @@ EXPORT_SYMBOL(generic_file_read_iter);
 static int page_cache_read(struct file *file, pgoff_t offset)
 {
 	struct address_space *mapping = file->f_mapping;
-	struct page *page; 
+	struct page *page;
 	int ret;
 
 	do {
@@ -1761,7 +1761,7 @@ static int page_cache_read(struct file *file, pgoff_t offset)
 		page_cache_release(page);
 
 	} while (ret == AOP_TRUNCATED_PAGE);
-		
+
 	return ret;
 }
 
-- 
1.9.1

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-30 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 22:48 [PATCH] mm: filemap Remove trailing whitespace Paul McQuade
  -- strict thread matches above, loose matches on Subject: below --
2014-09-30 21:51 Paul McQuade

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).