[oe-commits] [openembedded-core] 34/68: kexec-tools/kdump: Correct typo in comment "crashkenrel="

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 20:51:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit a0d5816ba410e393fa03f5644008625944c1d719
Author: Robert P. J. Day <rpjday at crashcourse.ca>
AuthorDate: Tue Feb 14 16:29:18 2017 -0500

    kexec-tools/kdump: Correct typo in comment "crashkenrel="
    
    (From OE-Core rev: 0027c8078fc3d98c7ecaab03d4e637b1fa07778e)
    
    Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kexec/kexec-tools/kdump | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kexec/kexec-tools/kdump b/meta/recipes-kernel/kexec/kexec-tools/kdump
index 2347205..69e3caf 100755
--- a/meta/recipes-kernel/kexec/kexec-tools/kdump
+++ b/meta/recipes-kernel/kexec/kexec-tools/kdump
@@ -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!!!"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list