public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul McQuade <paulmcquad@gmail.com>
To: Paul McQuade <paulmcquad@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Al Viro <viro@zeniv.linux.org.uk>,
	Johannes Weiner <hannes@cmpxchg.org>,
	Mel Gorman <mgorman@suse.de>, Minchan Kim <minchan@kernel.org>,
	"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
	Sasha Levin <sasha.levin@oracle.com>,
	linux-mm <linux-mm@kvack.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] mm: filemap Remove trailing whitespace
Date: Tue, 30 Sep 2014 22:51:08 +0100	[thread overview]
Message-ID: <542B25CC.80509@gmail.com> (raw)

>From 9c3926a50ec96a69e36266a9191fa680249b4e06 Mon Sep 17 00:00:00 2001
From: Paul McQuade <paulmcquad@gmail.com>
Date: Tue, 30 Sep 2014 22:43:08 +0100
Subject: [PATCH] mm: filemap Remove trailing whitespace

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


             reply	other threads:[~2014-09-30 21:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30 21:51 Paul McQuade [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-30 22:48 [PATCH] mm: filemap Remove trailing whitespace Paul McQuade

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=542B25CC.80509@gmail.com \
    --to=paulmcquad@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=hannes@cmpxchg.org \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mgorman@suse.de \
    --cc=minchan@kernel.org \
    --cc=sasha.levin@oracle.com \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox