ACK: [PATCH] fwts_gpe: re-format prototypes to fit into 80 columns.

Alex Hung alex.hung at canonical.com
Sun Apr 11 20:53:05 UTC 2021


On 2021-04-10 5:22 p.m., Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> Minor reformatting. No functional change.
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/lib/include/fwts_gpe.h | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/src/lib/include/fwts_gpe.h b/src/lib/include/fwts_gpe.h
> index 42fc5954..fe069555 100644
> --- a/src/lib/include/fwts_gpe.h
> +++ b/src/lib/include/fwts_gpe.h
> @@ -36,8 +36,11 @@ typedef struct {
>  
>  void fwts_gpe_free(fwts_gpe *gpe, const int count);
>  int  fwts_gpe_read(fwts_gpe **gpes);
> -int  fwts_gpe_delta(int **gpe_delta, const fwts_gpe *start, const fwts_gpe *end, const int n);
> -int  fwts_gpe_delta_get(fwts_framework *fw, const fwts_gpe *gpes_start, const fwts_gpe *gpes_end, const int gpe_count, int *sci, int *gpe);
> -void fwts_gpe_test(fwts_framework *fw, const fwts_gpe *start, const fwts_gpe *end, const int n);
> +int  fwts_gpe_delta(int **gpe_delta, const fwts_gpe *start,
> +	const fwts_gpe *end, const int n);
> +int  fwts_gpe_delta_get(fwts_framework *fw, const fwts_gpe *gpes_start,
> +	const fwts_gpe *gpes_end, const int gpe_count, int *sci, int *gpe);
> +void fwts_gpe_test(fwts_framework *fw, const fwts_gpe *start,
> +	const fwts_gpe *end, const int n);
>  
>  #endif
> 

Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list