> From: Andrew Lunn <andrew@xxxxxxx> > Sent: Saturday, August 28, 2021 11:56 PM > To: Machnikowski, Maciej <maciej.machnikowski@xxxxxxxxx> > Cc: netdev@xxxxxxxxxxxxxxx; intel-wired-lan@xxxxxxxxxxxxxxxx; > richardcochran@xxxxxxxxx; abyagowi@xxxxxx; Nguyen, Anthony L > <anthony.l.nguyen@xxxxxxxxx>; davem@xxxxxxxxxxxxx; kuba@xxxxxxxxxx; > linux-kselftest@xxxxxxxxxxxxxxx > Subject: Re: [RFC net-next 1/2] rtnetlink: Add new RTM_GETSYNCESTATE > message to get SyncE status > > On Sat, Aug 28, 2021 at 11:12:47PM +0200, Maciej Machnikowski wrote: > > This patch adds the new RTM_GETSYNCESTATE message to query the > status > > of SyncE syntonization on the device. > > Hi Maciej > > You use syntonization a few times. Is this a miss spelling for synchronisation, > or a SyncE terms? Hi! Thanks for your comments! Syntonization is a specific term for frequency synchronization. > > > > struct prefixmsg { > > @@ -569,7 +572,7 @@ struct prefixmsg { > > unsigned char prefix_pad3; > > }; > > > > -enum > > +enum > > { > > PREFIX_UNSPEC, > > PREFIX_ADDRESS, > > You appear to have a number of white space changes here. Please put them > into a separate patch, or drop them. Will fix and resubmit along with the fix for issues found by the robot Thanks! Maciek > > Andrew