public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: android: lowmemorykiller.c: Fix checkpatch warning
@ 2016-08-25 15:10 Anson Jacob
  2016-08-25 15:26 ` Andrey Utkin
  0 siblings, 1 reply; 7+ messages in thread
From: Anson Jacob @ 2016-08-25 15:10 UTC (permalink / raw)
  To: Greg Kroah-Hartman, arve, riandrews; +Cc: Kernel List, Staging List

Fix checkpatch.pl 'line over 80 characters' warning

Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com>
---
 drivers/staging/android/lowmemorykiller.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/staging/android/lowmemorykiller.c
index 45a1b4e..80d7adf 100644
--- a/drivers/staging/android/lowmemorykiller.c
+++ b/drivers/staging/android/lowmemorykiller.c
@@ -92,8 +92,8 @@ static unsigned long lowmem_scan(struct shrinker *s, struct shrink_control *sc)
 	int array_size = ARRAY_SIZE(lowmem_adj);
 	int other_free = global_page_state(NR_FREE_PAGES) - totalreserve_pages;
 	int other_file = global_node_page_state(NR_FILE_PAGES) -
-						global_node_page_state(NR_SHMEM) -
-						total_swapcache_pages();
+				global_node_page_state(NR_SHMEM) -
+				total_swapcache_pages();
 
 	if (lowmem_adj_size < array_size)
 		array_size = lowmem_adj_size;
-- 
2.7.4

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

end of thread, other threads:[~2016-09-01 21:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-25 15:10 [PATCH] staging: android: lowmemorykiller.c: Fix checkpatch warning Anson Jacob
2016-08-25 15:26 ` Andrey Utkin
2016-09-01 15:36   ` Greg Kroah-Hartman
2016-09-01 18:19     ` Joe Perches
2016-09-01 18:33       ` Greg Kroah-Hartman
2016-09-01 18:42         ` Joe Perches
2016-09-01 21:19           ` Arve Hjønnevåg

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