Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1649355

[PATCH v7 12/16] pagemap.h: Remove trailing white space

From Byungchul Park <byungchul.park@lge.com>
Newsgroups linux.kernel
Subject [PATCH v7 12/16] pagemap.h: Remove trailing white space
Date 2017-05-24 11:10 +0200
Message-ID <tKAsQ-ma-57@gated-at.bofh.it> (permalink)
References <tKAsO-ma-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Trailing white space is not accepted in kernel coding style. Remove
them.

Signed-off-by: Byungchul Park <byungchul.park@lge.com>
---
 include/linux/pagemap.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h
index 7dbe914..a8ee59a 100644
--- a/include/linux/pagemap.h
+++ b/include/linux/pagemap.h
@@ -504,7 +504,7 @@ static inline void wake_up_page(struct page *page, int bit)
 	__wake_up_bit(page_waitqueue(page), &page->flags, bit);
 }
 
-/* 
+/*
  * Wait for a page to be unlocked.
  *
  * This must be called with the caller "holding" the page,
@@ -517,7 +517,7 @@ static inline void wait_on_page_locked(struct page *page)
 		wait_on_page_bit(compound_head(page), PG_locked);
 }
 
-/* 
+/*
  * Wait for a page to complete writeback
  */
 static inline void wait_on_page_writeback(struct page *page)
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v7 00/16] lockdep: Implement crossrelease feature Byungchul Park <byungchul.park@lge.com> - 2017-05-24 11:10 +0200
  [PATCH v7 12/16] pagemap.h: Remove trailing white space Byungchul Park <byungchul.park@lge.com> - 2017-05-24 11:10 +0200
  [PATCH v7 08/16] lockdep: Avoid adding redundant direct links of crosslocks Byungchul Park <byungchul.park@lge.com> - 2017-05-24 11:10 +0200
  [PATCH v7 02/16] lockdep: Add a function building a chain between two classes Byungchul Park <byungchul.park@lge.com> - 2017-05-24 11:10 +0200
  [PATCH v7 05/16] lockdep: Implement crossrelease feature Byungchul Park <byungchul.park@lge.com> - 2017-05-24 11:10 +0200

csiph-web