Re: [Outreachy kernel] [PATCH] staging: vc04_services: fix line over 80 characters checks warning

From: Jules Irenge
Date: Wed Oct 16 2019 - 13:58:12 EST




On Wed, 16 Oct 2019, Julia Lawall wrote:

> > #ifndef VCHI_BULK_GRANULARITY
> > # if __VCCOREVER__ >= 0x04000000
> > -# define VCHI_BULK_GRANULARITY 32 // Allows for the need to do cache cleans
> > +# define VCHI_BULK_GRANULARITY 32 // Allows for the need of cache cleans
> > # else
> > # define VCHI_BULK_GRANULARITY 16
> > # endif
>
> The branches should be indented to the same degree.
>
> julia
>
> --

Thanks, I have just updated.