From 310faaa9b2d075b8fd477550c3d85ccddec76f35 Mon Sep 17 00:00:00 2001 From: Zhang Yanfei Date: Tue, 30 Apr 2013 15:28:21 -0700 Subject: [PATCH] kexec: fix wrong types of some local variables The types of the following local variables: - ubytes/mbytes in kimage_load_crash_segment()/kimage_load_normal_segment() - r in vmcoreinfo_append_str() are wrong, so fix them. Signed-off-by: Zhang Yanfei Cc: "Eric W. Biederman" Cc: Simon Horman Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed