Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2009 22:24:35 +0000 (15:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Apr 2009 22:24:35 +0000 (15:24 -0700)
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (28 commits)
  trivial: Update my email address
  trivial: NULL noise: drivers/mtd/tests/mtd_*test.c
  trivial: NULL noise: drivers/media/dvb/frontends/drx397xD_fw.h
  trivial: Fix misspelling of "Celsius".
  trivial: remove unused variable 'path' in alloc_file()
  trivial: fix a pdlfush -> pdflush typo in comment
  trivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL
  trivial: wusb: Storage class should be before const qualifier
  trivial: drivers/char/bsr.c: Storage class should be before const qualifier
  trivial: h8300: Storage class should be before const qualifier
  trivial: fix where cgroup documentation is not correctly referred to
  trivial: Give the right path in Documentation example
  trivial: MTD: remove EOL from MODULE_DESCRIPTION
  trivial: Fix typo in bio_split()'s documentation
  trivial: PWM: fix of #endif comment
  trivial: fix typos/grammar errors in Kconfig texts
  trivial: Fix misspelling of firmware
  trivial: cgroups: documentation typo and spelling corrections
  trivial: Update contact info for Jochen Hein
  trivial: fix typo "resgister" -> "register"
  ...

26 files changed:
1  2 
CREDITS
Documentation/cgroups/cgroups.txt
Documentation/cgroups/memcg_test.txt
Documentation/kernel-parameters.txt
MAINTAINERS
arch/h8300/kernel/timer/tpu.c
arch/mips/Kconfig
arch/powerpc/Kconfig
arch/powerpc/platforms/Kconfig
arch/x86/Kconfig
drivers/acpi/thermal.c
drivers/base/sys.c
drivers/media/common/tuners/Kconfig
drivers/media/dvb/frontends/Kconfig
drivers/misc/Kconfig
drivers/net/tg3.c
drivers/net/wireless/ipw2x00/ipw2200.c
drivers/pci/pci.c
drivers/platform/x86/thinkpad_acpi.c
fs/fs-writeback.c
include/linux/cgroup.h
include/linux/jbd.h
init/Kconfig
kernel/power/disk.c
mm/page_alloc.c
net/sunrpc/Kconfig

diff --cc CREDITS
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc MAINTAINERS
Simple merge
@@@ -65,9 -65,10 +65,9 @@@ static struct irqaction tpu_irq = 
        .name           = "tpu",
        .handler        = timer_interrupt,
        .flags          = IRQF_DISABLED | IRQF_TIMER,
 -      .mask           = CPU_MASK_NONE,
  };
  
const static int __initdata divide_rate[] = {
static const int __initdata divide_rate[] = {
  #if CONFIG_H8300_TPU_CH == 0
        1,4,16,64,0,0,0,0,
  #elif (CONFIG_H8300_TPU_CH == 1) || (CONFIG_H8300_TPU_CH == 5)
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -145,10 -144,10 +145,10 @@@ config MEDIA_TUNER_XC202
  config MEDIA_TUNER_XC5000
        tristate "Xceive XC5000 silicon tuner"
        depends on VIDEO_MEDIA && I2C
 -      default m if DVB_FE_CUSTOMISE
 +      default m if MEDIA_TUNER_CUSTOMISE
        help
          A driver for the silicon tuner XC5000 from Xceive.
-         This device is only used inside a SiP called togther with a
+         This device is only used inside a SiP called together with a
          demodulator for now.
  
  config MEDIA_TUNER_MXL5005S
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -362,10 -339,13 +362,13 @@@ int cgroup_path(const struct cgroup *cg
  
  int cgroup_task_count(const struct cgroup *cgrp);
  
 -/* Return true if the cgroup is a descendant of the current cgroup */
 -int cgroup_is_descendant(const struct cgroup *cgrp);
 +/* Return true if cgrp is a descendant of the task's cgroup */
 +int cgroup_is_descendant(const struct cgroup *cgrp, struct task_struct *task);
  
- /* Control Group subsystem type. See Documentation/cgroups.txt for details */
+ /*
+  * Control Group subsystem type.
+  * See Documentation/cgroups/cgroups.txt for details
+  */
  
  struct cgroup_subsys {
        struct cgroup_subsys_state *(*create)(struct cgroup_subsys *ss,
Simple merge
diff --cc init/Kconfig
Simple merge
Simple merge
diff --cc mm/page_alloc.c
Simple merge
Simple merge