Re: [Linuxptp-devel] [PATCH 1/4] pmc_agent: Convert the method that queries TAI-UTC offset into the canonical form.

2020-11-30 Thread Jacob Keller
On 11/28/2020 9:08 AM, Richard Cochran wrote: > This patch renames the function to have the module prefix and corrects the > return code semantics. > > The active word in the function's name is "query" rather that "get" in > order to distinguish methods that send and receive over the network >

[Linuxptp-devel] [PATCH 1/4] pmc_agent: Convert the method that queries TAI-UTC offset into the canonical form.

2020-11-28 Thread Richard Cochran
This patch renames the function to have the module prefix and corrects the return code semantics. The active word in the function's name is "query" rather that "get" in order to distinguish methods that send and receive over the network from those that merely return a cached value.