From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Thu, 5 Aug 2010 21:20:14 +0000 (-0700)
Subject: Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
X-Git-Tag: firefly_0821_release~9833^2~1280
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f43100ae39bfeb757b75835ef61f0c2c46c99348;p=firefly-linux-kernel-4.4.55.git

Merge branch 'misc' of git://git./linux/kernel/git/mmarek/kbuild-2.6

* 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:
  scripts/dtc: Fix a resource leak
  Documentation: fix ubuntu distro name
  MAINTAINERS: Update kbuild git URLs
  Add support for the C variable in the coccicheck script
  Add scripts/coccinelle/deref_null.cocci
  Add scripts/coccinelle/err_cast.cocci
  Add scripts/coccinelle/resource_size.cocci
  Add scripts/coccinelle/alloc/kzalloc-simple.cocci
  Add scripts/coccinelle/alloc/drop_kmalloc_cast.cocci
  Add Documentation/coccinelle.txt
  Add a target to use the Coccinelle checker
  scripts: decodecode: remove bashisms
  Makefile: clarify a comment
  checkkconfigsymbols.sh: Kconfig symbols sometimes have lowercase letters
  scripts: add nconf into gitignore file
---

f43100ae39bfeb757b75835ef61f0c2c46c99348
diff --cc Makefile
index 968ac2af763b,8acf7edad82c..66c94aad3665
--- a/Makefile
+++ b/Makefile
@@@ -418,9 -412,9 +418,9 @@@ endi
  # of make so .config is not included in this case either (for *config).
  
  no-dot-config-targets := clean mrproper distclean \
- 			 cscope TAGS tags help %docs check% \
+ 			 cscope TAGS tags help %docs check% coccicheck \
  			 include/linux/version.h headers_% \
 -			 kernelrelease kernelversion
 +			 kernelversion
  
  config-targets := 0
  mixed-targets  := 0