28 Feb, 2017

1 commit

  • Fix typos and add the following to the scripts/spelling.txt:

    varible||variable

    While we are here, tidy up the comment blocks that fit in a single line
    for drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c and
    net/sctp/transport.c.

    Link: http://lkml.kernel.org/r/1481573103-11329-11-git-send-email-yamada.masahiro@socionext.com
    Signed-off-by: Masahiro Yamada
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Masahiro Yamada
     

28 Apr, 2016

1 commit


17 Sep, 2014

1 commit


16 Mar, 2014

1 commit


07 Sep, 2013

1 commit


25 Jun, 2013

1 commit


22 Feb, 2013

1 commit


09 Oct, 2012

1 commit


24 Aug, 2012

1 commit


24 Apr, 2012

1 commit


07 Mar, 2012

1 commit


16 Jan, 2012

1 commit


17 Oct, 2011

1 commit


27 Jul, 2011

1 commit


25 May, 2011

1 commit


01 Mar, 2011

1 commit


23 Dec, 2010

1 commit


27 Oct, 2010

1 commit


18 Feb, 2010

1 commit


10 Dec, 2009

1 commit

  • * '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
    ...

    Linus Torvalds
     

04 Dec, 2009

1 commit

  • That is "success", "unknown", "through", "performance", "[re|un]mapping"
    , "access", "default", "reasonable", "[con]currently", "temperature"
    , "channel", "[un]used", "application", "example","hierarchy", "therefore"
    , "[over|under]flow", "contiguous", "threshold", "enough" and others.

    Signed-off-by: André Goddard Rosa
    Signed-off-by: Jiri Kosina

    André Goddard Rosa
     

30 Oct, 2009

1 commit


16 Aug, 2008

1 commit


30 Apr, 2008

1 commit


12 Jan, 2008

1 commit


05 Oct, 2006

1 commit


26 Jun, 2006

1 commit

  • The patch adds support for a ZCR controller (Device ID : 0x413).

    It also has a critical bug fix :

    Disable controller interrupt before firing INIT cmd to FW. Interrupt
    is enabled after required initialization is over. This is done to
    ensure that driver is ready to handle interrupts when it is generated
    by the controller.

    Signed-off-by: Sumant Patro
    Signed-off-by: James Bottomley

    Sumant Patro
     

06 Jun, 2006

1 commit


05 Feb, 2006

2 commits


30 Jan, 2006

2 commits

  • This patch defines a new template to represent each type of
    controllers (identified by the processor used). The template has
    members that is set with appropriate values during driver
    initialisation. This change is done to support new controllers with
    minimal change to existing code. In future, for a new controller
    support, a template will be declared and its members initialised
    appropriately.

    Signed-off-by: Sumant Patro

    Rejections fixed and
    Signed-off-by: James Bottomley

    Sumant Patro
     
  • This patch (originally submitted by Christoph Hellwig) removes code
    duplication in megasas_build_cmd. It also defines
    MEGASAS_IOC_FIRMWARE32 to allow 64 bit compiled applications to work.

    Signed-off-by: Sumant Patro

    Rejections fixed and
    Signed-off-by: James Bottomley

    Sumant Patro