]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/linuxptp.git/commitdiff
clock: Remove stray semicolon.
authorRichard Cochran <richardcochran@gmail.com>
Sat, 30 Jul 2016 13:48:46 +0000 (15:48 +0200)
committerRichard Cochran <richardcochran@gmail.com>
Sun, 16 Oct 2016 10:42:56 +0000 (12:42 +0200)
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
clock.c

diff --git a/clock.c b/clock.c
index 8ca749e049c2e51938ebd23fb7e53afa38c77347..55532b832ca633fc35a442d358f04974827cefbd 100644 (file)
--- a/clock.c
+++ b/clock.c
@@ -314,7 +314,7 @@ static void clock_freq_est_reset(struct clock *c)
        c->fest.origin1 = tmv_zero();
        c->fest.ingress1 = tmv_zero();
        c->fest.count = 0;
-};
+}
 
 static void clock_management_send_error(struct port *p,
                                        struct ptp_message *msg, int error_id)