From: Linus Torvalds Date: Fri, 21 Dec 2012 01:52:06 +0000 (-0800) Subject: Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild X-Git-Tag: v3.8-rc1~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af487e4209ef5e82b1932b8b15fd59efbd56a955;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Merge branch 'misc' of git://git./linux/kernel/git/mmarek/kbuild Pull kbuild misc changes from Michal Marek: "This is the non-critical part of kbuild - scripts/kernel-doc requires a "Return:" section for non-void functions - ARCH=arm SUBARCH=... support for make tags - COMPILED_SOURCE=1 support for make tags (only indexes .c files for which a .o exists) - New coccinelle check - Option parsing fix for scripts/config" * 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: scripts/config: Fix wrong "shift" for --keep-case scripts/tags.sh: Support compiled source scripts/tags.sh: Support subarch for ARM scripts/coccinelle/misc/warn.cocci: use WARN scripts/kernel-doc: check that non-void fcts describe their return value Kernel-doc: Convention: Use a "Return" section to describe return values --- af487e4209ef5e82b1932b8b15fd59efbd56a955