Re: [EXT] Re: [PATCH 1/3] enetc: add hardware timestamping support

From: Richard Cochran
Date: Mon May 20 2019 - 00:43:32 EST


On Mon, May 20, 2019 at 03:20:23AM +0000, Y.b. Lu wrote:
> > > +config FSL_ENETC_HW_TIMESTAMPING
> > > + bool "ENETC hardware timestamping support"
> > > + depends on FSL_ENETC || FSL_ENETC_VF
> > > + help
> > > + Enable hardware timestamping support on the Ethernet packets
> > > + using the SO_TIMESTAMPING API. Because the RX BD ring dynamic
> > > + allocation hasn't been supported and it's too expensive to use
> >
> > s/it's/it is/
>
> [Y.b. Lu] Will modify it. BTW, may I know what's the purpose of dropping single quote character? For searching, script checking, or something else?

Simply because "it's" is informal speech, but the Kconfig help is
formal technical documentation. (Or at least it should be!)

Thanks,
Richard