On Fri, Feb 12, 2016 at 09:32:32PM +0530, Jagan Teki wrote:
> Hi,
>
> I edited a file as one space between #define and macro and tab space
> between macro and BIT value, similar as below.
>
> #define USE_FSR BIT(6)
> #define SNOR_WR BIT(7)
>
> Once I created the patch looks di
Hi,
I edited a file as one space between #define and macro and tab space
between macro and BIT value, similar as below.
#define USE_FSR BIT(6)
#define SNOR_WR BIT(7)
Once I created the patch looks different as tab space between #define
and macro and 2 tab spaces between macro a
2 matches
Mail list logo