* [PATCH] staging: lowmemorykiller: fix 2 checks that checkpatch complained
@ 2016-02-29 13:18 sandeepjain.linux
0 siblings, 0 replies; only message in thread
From: sandeepjain.linux @ 2016-02-29 13:18 UTC (permalink / raw)
To: gregkh, linux-kernel; +Cc: arve, riandrews, devel, Sandeep Jain
From: Sandeep Jain <sandeepjain.linux@gmail.com>
Specifically:
lowmemorykiller.c:53: CHECK: use a blank line after enum declarations
lowmemorykiller.c:60: CHECK: use a blank line after enum declarations
Signed-off-by: Sandeep Jain <sandeepjain.linux@gmail.com>
---
drivers/staging/android/lowmemorykiller.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/staging/android/lowmemorykiller.c
index 4b8a56c..2509e5d 100644
--- a/drivers/staging/android/lowmemorykiller.c
+++ b/drivers/staging/android/lowmemorykiller.c
@@ -50,6 +50,7 @@ static short lowmem_adj[6] = {
6,
12,
};
+
static int lowmem_adj_size = 4;
static int lowmem_minfree[6] = {
3 * 512, /* 6MB */
@@ -57,6 +58,7 @@ static int lowmem_minfree[6] = {
4 * 1024, /* 16MB */
16 * 1024, /* 64MB */
};
+
static int lowmem_minfree_size = 4;
static unsigned long lowmem_deathpending_timeout;
--
1.9.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-29 13:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-29 13:18 [PATCH] staging: lowmemorykiller: fix 2 checks that checkpatch complained sandeepjain.linux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®