[PATCH 7/7] crash_dump: is_kdump_kernel can be boolean

2017-12-14 Thread Yaowei Bai
This patch makes is_kdump_kernel return bool due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: Yaowei Bai --- include/linux/crash_dump.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include

[PATCH 7/7] crash_dump: is_kdump_kernel can be boolean

2017-12-14 Thread Yaowei Bai
This patch makes is_kdump_kernel return bool due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: Yaowei Bai --- include/linux/crash_dump.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/l