Skip to content
Permalink
lustre-next
Switch branches/tags

Commits on Nov 21, 2016

  1. Staging: rtl8712: rtl871x_*: Removed unnecessary else statements afte…

    …r a break or return
    
    The indent code blocks of the else statements were unnecessary
    and are better written without them.
    
    Signed-off-by: Shiva Kerdel <shiva@exdev.nl>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    s-kerdel authored and gregkh committed Nov 21, 2016
  2. staging: rtl8712: Fix coding style warnings on Block comments

    Fixed checkpatch.pl warnings related to Block comments in
    staging/rtl8712/*.c files.
    
    Signed-off-by: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    vj-kumar authored and gregkh committed Nov 21, 2016
  3. staging/lustre: Use proper number of bytes in copy_from_user

    This patch removes the usage of MAX_STRING_SIZE from
    copy_from_user() and just copies enough bytes to cover
    count passed in.
    
    Signed-off-by: Jian Yu <jian.yu@intel.com>
    Reviewed-on: http://review.whamcloud.com/23462
    Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-8774
    Reviewed-by: John L. Hammond <john.hammond@intel.com>
    Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Jian Yu authored and gregkh committed Nov 21, 2016
  4. staging: vt6656: Fix coding style warnings on Block comments

    Fix checkpatch.pl warnings related to Block comments in
    staging/vt6656/rf.c file.
    
    Signed-off-by: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    vj-kumar authored and gregkh committed Nov 21, 2016
  5. staging: vt6655: Fixed coding style warnings on Block comments

    Fixed checkpatch.pl warnings related to Block comments in
    staging/vt6655/*.c files.
    
    Signed-off-by: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    vj-kumar authored and gregkh committed Nov 21, 2016
  6. staging: dgnc: dgnc_tty: Remove blank lines

    Fixes checkpatch warning: waitqueue_active without comment
    
    Signed-off-by: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    vj-kumar authored and gregkh committed Nov 21, 2016
  7. staging: skein: threefish_block.c Remove blank lines

    Make suggested checkpatch modification for
    
    CHECK: Please don't use multiple blank lines
    
    Acked-by: Jason Cooper <jason@lakedaemon.net
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  8. staging: dgnc: digi.h Spelling correction

    Make spelling correction for 'regular'
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  9. staging: dgnc: digi.h Comment style modifications

    Make modifications to comment style
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  10. staging: dgnc: dgnc_tty.c Spelling corrections

    Make spelling corrections for 'transitions' and 'satisfy'
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  11. staging: dgnc: dgnc_tty.c comment style modifications

    Make modifications to comment style
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  12. staging: dgnc: dgnc_tty.c Align on parenthesis

    Make suggested checkpatch modification for
    CHECK: Alignment should match open parenthesis
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  13. staging: dgnc: dgnc_tty.c Space preferred around

    Make suggested checkpatch modification for
    CHECK: spaces preferred around that '|'
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  14. staging: slicoss: fix different address space warnings

    Remove incorrect __iomem annotation.
    
    This patch fix the following sparse warnings in slicoss driver:
    warning: incorrect type in assignment (different address spaces)
    
    Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    paraka authored and gregkh committed Nov 21, 2016
  15. staging: speakup: synth.c Align parenthesis

    Make suggested checkpatch modification for
    CHECK: Alignment should match open parenthesis
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  16. staging: speakup: synth.c Comment modifications

    Make modifications to comment style
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  17. staging: speakup: synth.c Logical continuation

    Make suggested checkpatch modification for
    CHECK: Logical continuations should be on the
    previous line
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  18. staging: speakup: synth.c Blank line before }

    Make suggested checkpatch modification for
    CHECK: Blank lines aren't necessary before a close brace '}'
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  19. staging: speakup: synth.c Spaces around operators

    Make suggested checkpatch modification for
    CHECK: spaces preferred around that '|,+,-,/'
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  20. staging: speakup: thread.c align on parenthesis

    Make suggested checkpatch modification for
    CHECK: Alignment should match open parenthesis
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  21. staging: speakup: thread.c Comment modifications

    Make comment style modifications
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  22. staging: speakup: TODO Correct email

    Make email correction for kirk@reisers.ca
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Acked-by: Chris Brannon <chris@the-brannons.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  23. staging: speakup: varhandlers.c Align parenthesis

    Make suggested checkpatch modification for
    CHECK: Alignment should match open parenthesis
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016
  24. staging: speakup: varhandlers.c Comment style modifications

    Make modifications to comment style
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 21, 2016

Commits on Nov 19, 2016

  1. staging: dgnc: dgnc_sysfs.c Delete blank line

    Make modification to remove extra blank line
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 19, 2016
  2. staging: dgnc: dgnc_sysfs.c Comment style modifications

    Make modifications to comment style
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 19, 2016
  3. staging: dgnc: dgnc_neo.h Spelling correction

    Make spelling correction for 'control'
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 19, 2016
  4. staging: dgnc: dgnc_neo.h Comment style modifications

    Make modifications for comment style
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 19, 2016
  5. staging: dgnc: dgnc_neo.c Comment style modifications

    Make modifications for comment style
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 19, 2016
  6. staging: dgnc: dgnc_mgmt.c Comment style modifications

    Make modifications for comment style
    
    Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    feasw authored and gregkh committed Nov 19, 2016
  7. staging: slicoss: avoid CamelCases slicoss.c

    Replace CamelCases to comply with the standard kernel coding style.
    
    Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    paraka authored and gregkh committed Nov 19, 2016
  8. staging: slicoss: avoid CamelCases in slichw.h

    Replace CamelCases to comply with the standard kernel coding style.
    
    Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    paraka authored and gregkh committed Nov 19, 2016
  9. staging: slicoss: braces should be used on all arms of this statement

    Add braces in if statement to comply with the standard
    kernel coding style.
    
    Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    paraka authored and gregkh committed Nov 19, 2016
  10. staging: slicoss: logical continuations should be on the previous line

    Move logical or operator to previous line to comply with
    the standard kernel coding style.
    
    Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    paraka authored and gregkh committed Nov 19, 2016
  11. staging: slicoss: fix parenthesis alignment in slicoss.c

    This patch fix open parenthesis alignment matching in slicoss.c
    file to comply with the standard kernel coding style.
    
    Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    paraka authored and gregkh committed Nov 19, 2016
Older