diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-11 21:32:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-11 21:32:29 -0400 |
commit | cbd8aca472134e666eee87462177f1be854ebbf8 (patch) | |
tree | fbe0dd2ffbd14eeb1b8ec5dbb39fe52b0cbb76e5 /MAINTAINERS | |
parent | 35e9a274fdc9c8feb763e4970a32d7089f51393c (diff) | |
parent | 26de9c26bf8557584c1977da92f3ed1b752291cf (diff) |
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kbuild misc changes from Michal Marek:
"In the non-critical part of kbuild, I have
- Some make coccicheck improvements and two new tests
- Support for a cleaner html output in scripts/kernel-doc, named
html5 (no, it does not play videos, yet)
BTW, Randy wants to route further kernel-doc patches through the
kbuild tree."
* 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
Update SmPL/Coccinelle section of MAINTAINERS
coccicheck: Add the rep+ctxt mode
scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR inconsistency
scripts/tags.sh: Add magic for pci access functions
scripts/coccinelle: ptr_ret: Add ternary operator version
scripts/kernel-doc: drop maintainer
scripts/kernel-doc: added support for html5
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0f6ff811da07..e73060fe0788 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1958,10 +1958,10 @@ S: Supported | |||
1958 | F: drivers/platform/x86/classmate-laptop.c | 1958 | F: drivers/platform/x86/classmate-laptop.c |
1959 | 1959 | ||
1960 | COCCINELLE/Semantic Patches (SmPL) | 1960 | COCCINELLE/Semantic Patches (SmPL) |
1961 | M: Julia Lawall <julia@diku.dk> | 1961 | M: Julia Lawall <Julia.Lawall@lip6.fr> |
1962 | M: Gilles Muller <Gilles.Muller@lip6.fr> | 1962 | M: Gilles Muller <Gilles.Muller@lip6.fr> |
1963 | M: Nicolas Palix <npalix.work@gmail.com> | 1963 | M: Nicolas Palix <nicolas.palix@imag.fr> |
1964 | L: cocci@diku.dk (moderated for non-subscribers) | 1964 | L: cocci@systeme.lip6.fr (moderated for non-subscribers) |
1965 | W: http://coccinelle.lip6.fr/ | 1965 | W: http://coccinelle.lip6.fr/ |
1966 | S: Supported | 1966 | S: Supported |
1967 | F: scripts/coccinelle/ | 1967 | F: scripts/coccinelle/ |
@@ -2423,11 +2423,6 @@ S: Maintained | |||
2423 | F: Documentation/hwmon/dme1737 | 2423 | F: Documentation/hwmon/dme1737 |
2424 | F: drivers/hwmon/dme1737.c | 2424 | F: drivers/hwmon/dme1737.c |
2425 | 2425 | ||
2426 | DOCBOOK FOR DOCUMENTATION | ||
2427 | M: Randy Dunlap <rdunlap@xenotime.net> | ||
2428 | S: Maintained | ||
2429 | F: scripts/kernel-doc | ||
2430 | |||
2431 | DOCKING STATION DRIVER | 2426 | DOCKING STATION DRIVER |
2432 | M: Shaohua Li <shaohua.li@intel.com> | 2427 | M: Shaohua Li <shaohua.li@intel.com> |
2433 | L: linux-acpi@vger.kernel.org | 2428 | L: linux-acpi@vger.kernel.org |