Commit d44a3e61 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: fix comments in proto-standard/bmc.c

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 26659802
......@@ -13,7 +13,7 @@
#define FFB_TTRA 0x10
#define FFB_FTRA 0x20
/* Local clock is becoming Master. Table 13 (9.3.5) of the spec. */
/* ppi->port_idx port is becoming Master. Table 13 (9.3.5) of the spec. */
void m1(struct pp_instance *ppi)
{
struct DSParent *parent = DSPAR(ppi);
......@@ -40,7 +40,7 @@ void m1(struct pp_instance *ppi)
}
/* Local clock is synchronized to Ebest Table 16 (9.3.5) of the spec. */
/* ppi->port_idx port is synchronized to Ebest Table 16 (9.3.5) of the spec. */
void s1(struct pp_instance *ppi, MsgHeader *hdr, MsgAnnounce *ann)
{
struct DSParent *parent = DSPAR(ppi);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment