Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1470212
| From | Anson Jacob <ansonjacob.aj@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging: android: lowmemorykiller.c: Fix checkpatch warning |
| Date | 2016-08-25 17:20 +0200 |
| Message-ID | <sa4BI-2Is-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] staging: android: lowmemorykiller.c: Fix checkpatch warning Anson Jacob <ansonjacob.aj@gmail.com> - 2016-08-25 17:20 +0200
Re: [PATCH] staging: android: lowmemorykiller.c: Fix checkpatch warning Andrey Utkin <andrey_utkin@fastmail.com> - 2016-08-25 17:30 +0200
Re: [PATCH] staging: android: lowmemorykiller.c: Fix checkpatch warning Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-09-01 17:40 +0200
Re: [PATCH] staging: android: lowmemorykiller.c: Fix checkpatch warning Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-09-01 23:10 +0200
Re: [PATCH] staging: android: lowmemorykiller.c: Fix checkpatch warning Arve Hjønnevåg <arve@android.com> - 2016-09-01 23:20 +0200
Re: [PATCH] staging: android: lowmemorykiller.c: Fix checkpatch warning Joe Perches <joe@perches.com> - 2016-09-01 23:20 +0200
Re: [PATCH] staging: android: lowmemorykiller.c: Fix checkpatch warning Joe Perches <joe@perches.com> - 2016-09-02 00:00 +0200
csiph-web