Merge commit 'v3.0-rc1' into kbuild/kbuild
authorMichal Marek <mmarek@suse.cz>
Tue, 7 Jun 2011 13:37:51 +0000 (15:37 +0200)
committerMichal Marek <mmarek@suse.cz>
Tue, 7 Jun 2011 13:37:51 +0000 (15:37 +0200)
1  2 
scripts/Makefile.modpost

diff --combined scripts/Makefile.modpost
@@@ -18,7 -18,7 +18,7 @@@
  
  # Step 3 is used to place certain information in the module's ELF
  # section, including information such as:
 -#   Version magic (see include/vermagic.h for full details)
 +#   Version magic (see include/linux/vermagic.h for full details)
  #     - Kernel release
  #     - SMP is CONFIG_SMP
  #     - PREEMPT is CONFIG_PREEMPT
  # KBUILD_MODPOST_WARN can be set to avoid error out in case of undefined
  # symbols in the final module linking stage
  # KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules.
- # This is solely usefull to speed up test compiles
+ # This is solely useful to speed up test compiles
  PHONY := _modpost
  _modpost: __modpost
  
  include include/config/auto.conf
  include scripts/Kbuild.include
  
- # When building external modules load the Kbuild file to retreive EXTRA_SYMBOLS info
+ # When building external modules load the Kbuild file to retrieve EXTRA_SYMBOLS info
  ifneq ($(KBUILD_EXTMOD),)
  
  # set src + obj - they may be used when building the .mod.c file