mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-12 18:57:09 +00:00
This patch converts two if () BUG(); construct to BUG_ON(); which occupies less space, uses unlikely and is safer when BUG() is disabled. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Adrian Bunk <bunk@stusta.de> |
||
|---|---|---|
| .. | ||
| debug.c | ||
| debug.h | ||
| ktrace.c | ||
| ktrace.h | ||
| move.c | ||
| move.h | ||
| uuid.c | ||
| uuid.h | ||