Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kbuild: Fix a typo in documentation

Signed-off-by: Warren Turkal <wt@penguintechs.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>

authored by

Warren Turkal and committed by
Michal Marek
4be7f0a3 bb66fc67

+1 -1
+1 -1
Documentation/kbuild/modules.txt
··· 470 470 471 471 Sometimes, an external module uses exported symbols from 472 472 another external module. kbuild needs to have full knowledge of 473 - all symbols to avoid spliitting out warnings about undefined 473 + all symbols to avoid spitting out warnings about undefined 474 474 symbols. Three solutions exist for this situation. 475 475 476 476 NOTE: The method with a top-level kbuild file is recommended