On Tue, Feb 12, 2019 at 10:22:38AM -0800, Vedang Patel wrote: > @@ -1642,6 +1646,12 @@ int port_initialize(struct port *p) > p->asCapable = NOT_CAPABLE; > } > > + p->inhibit_delay_req = config_get_int(cfg, p->name, > "inhibit_delay_req");
Unneeded extra white space before the = > + if (p->inhibit_delay_req && p->asCapable != ALWAYS_CAPABLE) { > + pr_err("inhibit_delay_req can only be set when asCapable == > 'true'."); > + return -1; > + } > + Thanks, Richard _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel