VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2018-11-16 15:08:22 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2018-11-18 10:15:09 -0800 commit: f5f67cc0e0d3d17ee046ba83f831f267767b8554 parent: a76cf1a474d7dbcd9336b5f5afb0162baa142cf0
Commit Summary:
scripts/faddr2line: fix location of start_kernel in comment
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/faddr2line b/scripts/faddr2line
index a0149db00be7..6c6439f69a72 100755
--- a/scripts/faddr2line
+++ b/scripts/faddr2line
@@ -71,7 +71,7 @@ die() {
 
 # Try to figure out the source directory prefix so we can remove it from the
 # addr2line output.  HACK ALERT: This assumes that start_kernel() is in
-# kernel/init.c!  This only works for vmlinux.  Otherwise it falls back to
+# init/main.c!  This only works for vmlinux.  Otherwise it falls back to
 # printing the absolute path.
 find_dir_prefix() {
 	local objfile=$1