Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Oct 2014 01:16:26 +0000 (21:16 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Oct 2014 01:16:26 +0000 (21:16 -0400)
Pull "trivial tree" updates from Jiri Kosina:
 "Usual pile from trivial tree everyone is so eagerly waiting for"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)
  Remove MN10300_PROC_MN2WS0038
  mei: fix comments
  treewide: Fix typos in Kconfig
  kprobes: update jprobe_example.c for do_fork() change
  Documentation: change "&" to "and" in Documentation/applying-patches.txt
  Documentation: remove obsolete pcmcia-cs from Changes
  Documentation: update links in Changes
  Documentation: Docbook: Fix generated DocBook/kernel-api.xml
  score: Remove GENERIC_HAS_IOMAP
  gpio: fix 'CONFIG_GPIO_IRQCHIP' comments
  tty: doc: Fix grammar in serial/tty
  dma-debug: modify check_for_stack output
  treewide: fix errors in printk
  genirq: fix reference in devm_request_threaded_irq comment
  treewide: fix synchronize_rcu() in comments
  checkstack.pl: port to AArch64
  doc: queue-sysfs: minor fixes
  init/do_mounts: better syntax description
  MIPS: fix comment spelling
  powerpc/simpleboot: fix comment
  ...

28 files changed:
1  2 
Documentation/devicetree/bindings/clock/arm-integrator.txt
Documentation/devicetree/bindings/mfd/s2mps11.txt
Documentation/devicetree/bindings/mtd/gpmc-nand.txt
Documentation/devicetree/bindings/net/stmmac.txt
Documentation/devicetree/bindings/vendor-prefixes.txt
Documentation/devicetree/bindings/video/atmel,lcdc.txt
arch/powerpc/platforms/powernv/opal.c
arch/powerpc/platforms/pseries/hotplug-memory.c
block/blk-core.c
block/genhd.c
drivers/gpu/drm/i915/intel_bios.c
drivers/i2c/busses/Kconfig
drivers/i2c/busses/i2c-s3c2410.c
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
drivers/irqchip/Kconfig
drivers/net/ethernet/mellanox/mlx4/cmd.c
drivers/net/ethernet/via/via-velocity.c
drivers/platform/x86/Kconfig
fs/btrfs/tree-log.c
include/linux/gpio/driver.h
include/linux/pagemap.h
include/linux/percpu-refcount.h
lib/bitmap.c
lib/idr.c
lib/rhashtable.c
mm/filemap.c
net/mac802154/wpan.c
scripts/checkstack.pl

@@@ -1,6 -1,6 +1,6 @@@
 -Clock bindings for ARM Integrator Core Module clocks
 +Clock bindings for ARM Integrator and Versatile Core Module clocks
  
- Auxilary Oscillator Clock
+ Auxiliary Oscillator Clock
  
  This is a configurable clock fed from a 24 MHz chrystal,
  used for generating e.g. video clocks. It is located on the
Simple merge
@@@ -200,13 -200,13 +200,13 @@@ static int pseries_update_drconf_memory
  
        /* The first int of the property is the number of lmb's described
         * by the property. This is followed by an array of of_drconf_cell
-        * entries. Get the niumber of entries and skip to the array of
+        * entries. Get the number of entries and skip to the array of
         * of_drconf_cell's.
         */
 -      entries = *p++;
 +      entries = be32_to_cpu(*p++);
        old_drmem = (struct of_drconf_cell *)p;
  
 -      p = (u32 *)pr->prop->value;
 +      p = (__be32 *)pr->prop->value;
        p++;
        new_drmem = (struct of_drconf_cell *)p;
  
Simple merge
diff --cc block/genhd.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -164,11 -221,8 +164,11 @@@ int gpiochip_irqchip_add(struct gpio_ch
                irq_flow_handler_t handler,
                unsigned int type);
  
- #endif /* CONFIG_GPIO_IRQCHIP */
+ #endif /* CONFIG_GPIOLIB_IRQCHIP */
  
 +int gpiochip_request_own_desc(struct gpio_desc *desc, const char *label);
 +void gpiochip_free_own_desc(struct gpio_desc *desc);
 +
  #else /* CONFIG_GPIOLIB */
  
  static inline struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc)
Simple merge
Simple merge
diff --cc lib/bitmap.c
Simple merge
diff --cc lib/idr.c
Simple merge
Simple merge
diff --cc mm/filemap.c
Simple merge
Simple merge
Simple merge