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

From: Julia Lawall
Date: Wed Oct 16 2019 - 01:13:53 EST


> #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