]> code.ossystems Code Review - openembedded-core.git/commitdiff
kexec-tools/kdump: Correct typo in comment "crashkenrel="
authorRobert P. J. Day <rpjday@crashcourse.ca>
Tue, 14 Feb 2017 21:29:18 +0000 (16:29 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:15 +0000 (12:29 -0800)
(From OE-Core rev: 0027c8078fc3d98c7ecaab03d4e637b1fa07778e)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kexec/kexec-tools/kdump

index 2347205eda2271aa991ec569fc62395d0511f8d4..69e3cafe5cfa7a37b5964d9dcdf67b9525fbf65d 100755 (executable)
@@ -89,7 +89,7 @@ do_start()
                return 0
        fi
 
-       #check the running kernel cmdline option,insure "crashkenrel=" always set.
+       #check the running kernel cmdline option,insure "crashkernel=" always set.
        grep -q crashkernel= /proc/cmdline
        if [ $? != 0 ]; then
                echo "Kdump isn't supported on the running kernel,please check boot option!!!"