lkml.org 
[lkml]   [2018]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v3 0/5] staging: mt7621-spi: Fix C Coding style issues.
    Date
    This patch series lists different changes for coding style fixes
    as reported by checkpatch.pl, changes can be broken down as :

    1. Indent switch and case labels at the same level.
    2. Fix a line over 80 columns by refactoring.
    3. Use tabs for indentation instead of spaces.
    4. Add a space before open paranthesis in switch.
    5. Remove unnecessary braces {} from single statement if block.

    version 2 changes
    - segregated changes in individual commits as per fix category.

    version 3 changes
    - added unique subjects for each patch in the series.


    Sankalp Negi (5):
    staging: mt7621-spi: Indent case labels and switch at the same level.
    staging: mt7621-spi: Fix line over 80 characters by refactoring.
    staging: mt7621-spi: Use tabs for indentation instead of spaces.
    staging: mt7621-spi: Add a space before open paranthesis.
    staging: mt7621-spi: Remove unnecessary braces {} from single
    statement if block.

    drivers/staging/mt7621-spi/spi-mt7621.c | 32 ++++++++++++++++----------------
    1 file changed, 16 insertions(+), 16 deletions(-)

    --
    2.11.0

    \
     
     \ /
      Last update: 2018-06-02 20:39    [W:4.761 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site