clock: Remove stray semicolon.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2016-07-30 15:48:46 +02:00
parent 44a469597a
commit c8b525755b
1 changed files with 1 additions and 1 deletions

View File

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