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