diff mbox series

fwts_gpe: re-format prototypes to fit into 80 columns.

Message ID 20210410232252.1141519-1-colin.king@canonical.com
State Accepted
Headers show
Series fwts_gpe: re-format prototypes to fit into 80 columns. | expand

Commit Message

Colin Ian King April 10, 2021, 11:22 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Minor reformatting. No functional change.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 src/lib/include/fwts_gpe.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Comments

Alex Hung April 11, 2021, 8:53 p.m. UTC | #1
On 2021-04-10 5:22 p.m., Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Minor reformatting. No functional change.
> 
> Signed-off-by: Colin Ian King <colin.king@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@canonical.com>
ivanhu April 12, 2021, 7:23 a.m. UTC | #2
On 4/11/21 7:22 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Minor reformatting. No functional change.
> 
> Signed-off-by: Colin Ian King <colin.king@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: Ivan Hu <ivan.hu@canonical.com>
diff mbox series

Patch

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