Re: [PATCH v2 0/5] staging: mt7621-spi: Fix Coding style issues.

From: Joe Perches
Date: Sat Jun 02 2018 - 11:28:38 EST


On Sat, 2018-06-02 at 19:56 +0530, Sankalp Negi wrote:
> 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
> 3. Place tabs for indentation instead of spaces
> 4. Add a space before open paranthesis in switch
> 5. Remove unnecessary braces {} from single statement if
>
> version 2 changes
> - segregated changes in individual commits as per fix category
>
> Sankalp Negi (5):
> staging: mt7621-spi: Fix Coding style issues reported by
> checkpatch.pl.
> staging: mt7621-spi: Fix Coding style issues reported by
> checkpatch.pl.
> staging: mt7621-spi: Fix Coding style issues reported by
> checkpatch.pl.
> staging: mt7621-spi: Fix Coding style issues reported by
> checkpatch.pl.
> staging: mt7621-spi: Fix Coding style issues reported by
> checkpatch.pl.

Plese use unique subjects for each patch in a series.