From: Paul Thomas <pthomas8...@gmail.com> Date: Mon, 8 Apr 2019 09:20:47 -0400
> + if (unlikely(skb_shinfo(skb)->tx_flags & > SKBTX_HW_TSTAMP) && > + gem_ptp_do_txstamp(queue, skb, desc) == > 0) { The second line should start precisely at the first column after the openning parenthesis of the first line. You must use the appropriate number of TAB then SPACE characters necessary to achieve this.