Re: [Linuxptp-devel] [PATCH 2/2] hwtstamp_ctl: use SIOCGHWTSTAMP ioctl before destructively setting
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
|
From: Richard C. <ric...@gm...> - 2014-06-03 07:26:29
|
On Mon, Jun 02, 2014 at 08:59:27PM +0000, Keller, Jacob E wrote: > > Too long of a line? I usually try to follow the Linux practice which > allows long lines if they only contain print statement, so that it's > easier to grep the source for where the error came from.. Linux has way more lines of code to grep through than we do. > I can change it though. I don't think the message itself is too long > though. Yes, the text is fine. I don't mind having string constants divided into two chunks. > I can break these onto their own lines, I suppose. Yes, please. Thanks, Richard |