Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3436673 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

resolve merge conflicts of 3252d114 to nyc-dev-plus-aosp

am: daa13eaa

* commit 'daa13eaa':
  Fix misc-macro-parentheses warnings in lmkd.

Change-Id: I4488f937aac2a3bdd8e52f667f30b4dc5836f3ab
parents 3f9b5899 daa13eaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ struct proc {
static struct proc *pidhash[PIDHASH_SZ];
#define pid_hashfn(x) ((((x) >> 8) ^ (x)) & (PIDHASH_SZ - 1))

#define ADJTOSLOT(adj) (adj + -OOM_SCORE_ADJ_MIN)
#define ADJTOSLOT(adj) ((adj) + -OOM_SCORE_ADJ_MIN)
static struct adjslot_list procadjslot_list[ADJTOSLOT(OOM_SCORE_ADJ_MAX) + 1];

/*