* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (42 commits)
  tree-wide: fix misspelling of "definition" in comments
  reiserfs: fix misspelling of "journaled"
  doc: Fix a typo in slub.txt.
  inotify: remove superfluous return code check
  hdlc: spelling fix in find_pvc() comment
  doc: fix regulator docs cut-and-pasteism
  mtd: Fix comment in Kconfig
  doc: Fix IRQ chip docs
  tree-wide: fix assorted typos all over the place
  drivers/ata/libata-sff.c: comment spelling fixes
  fix typos/grammos in Documentation/edac.txt
  sysctl: add missing comments
  fs/debugfs/inode.c: fix comment typos
  sgivwfb: Make use of ARRAY_SIZE.
  sky2: fix sky2_link_down copy/paste comment error
  tree-wide: fix typos "couter" -> "counter"
  tree-wide: fix typos "offest" -> "offset"
  fix kerneldoc for set_irq_msi()
  spidev: fix double "of of" in comment
  comment typo fix: sybsystem -> subsystem
  ...
  //###########################################################################
  #define CISS_VERSION "1.00"
  
- //general boundary defintions
+ //general boundary definitions
  #define SENSEINFOBYTES          32//note that this value may vary between host implementations
 -#define MAXSGENTRIES            31
 +#define MAXSGENTRIES            32
 +#define CCISS_SG_CHAIN          0x80000000
  #define MAXREPLYQS              256
  
  //Command Status value
 
        long mpu_port;
        int mpu_irq;
  
 -      unsigned long aci_port;
 -      int aci_vendor;
 -      int aci_product;
 -      int aci_version;
 -      int aci_amp;
 -      int aci_preamp;
 -      int aci_solomode;
 -
 -      struct mutex aci_mutex;
 +      struct snd_miro_aci *aci;
  };
  
 -static void snd_miro_proc_init(struct snd_miro * miro);
 +static struct snd_miro_aci aci_device;
  
  static char * snd_opti9xx_names[] = {
-       "unkown",
+       "unknown",
        "82C928", "82C929",
        "82C924", "82C925",
        "82C930", "82C931", "82C933"