Home
last modified time | relevance | path

Searched hist:"24271 ffe" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/um/kernel/
H A Dmem.c24271ffe Wed Mar 17 02:11:36 CDT 2021 Yang Li <yang.lee@linux.alibaba.com> um: Replace if (cond) BUG() with BUG_ON()

Fix the following coccinelle reports:
./arch/um/kernel/mem.c:77:3-6: WARNING: Use BUG_ON instead of if
condition followed by BUG.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Richard Weinberger <richard@nod.at>