diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-07 12:24:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-07 12:24:08 -0700 |
commit | 2ab704a47e0f27df758840a589aec3298dbb98dd (patch) | |
tree | 6df76c8e361b41373aedd3350a668b8381f72368 /lib | |
parent | ddc4e6d232d6b625a5686ec1aafe42b9e0109a4c (diff) | |
parent | d282b9c0ac9f7fb5dff5b146e37cf820c610dacc (diff) | |
download | op-kernel-dev-2ab704a47e0f27df758840a589aec3298dbb98dd.zip op-kernel-dev-2ab704a47e0f27df758840a589aec3298dbb98dd.tar.gz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial updates from Jiri Kosina:
"The usual rocket science from the trivial tree"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial:
tracing/syscalls: fix multiline in error message text
lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description
doc: vfs: fix fadvise() sycall name
x86/entry: spell EBX register correctly in documentation
securityfs: fix securityfs_create_dir comment
irq: Fix typo in tracepoint.xml
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index cab7405..39d07e7 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -305,7 +305,7 @@ config DEBUG_SECTION_MISMATCH a larger kernel). - Run the section mismatch analysis for each module/built-in.o file. When we run the section mismatch analysis on vmlinux.o, we - lose valueble information about where the mismatch was + lose valuable information about where the mismatch was introduced. Running the analysis for each module/built-in.o file tells where the mismatch happens much closer to the |