CHECK: Alignment should match open parenthesis CHECK: Unnecessary parentheses around 'new_prs == PRS_ISOLATED' CHECK: Unnecessary parentheses around 'old_prs == PRS_INVALID_ISOLATED' CHECK: Unnecessary parentheses around 'old_prs == PRS_ISOLATED' CHECK: Unnecessary parentheses around 'prs == PRS_ISOLATED' WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants