> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Aleksandr Loktionov > Sent: Wednesday, April 8, 2026 6:12 AM > To: [email protected]; Nguyen, Anthony L > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Cc: [email protected]; Keller, Jacob E <[email protected]>; > Marcin Szycik <[email protected]>; Simon Horman <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 6/8] ixgbe: use > ktime_get_real_ns() in ixgbe_ptp_reset() > > From: Jacob Keller <[email protected]> > > Replace ktime_to_ns(ktime_get_real()) with the direct equivalent > ktime_get_real_ns() in ixgbe_ptp_reset(). Using the combined helper avoids > the unnecessary intermediate ktime_t variable and makes the intent clearer. > > Signed-off-by: Jacob Keller <[email protected]> > Signed-off-by: Aleksandr Loktionov <[email protected]> > Reviewed-by: Marcin Szycik <[email protected]> > Reviewed-by: Simon Horman <[email protected]> > --- > v1 -> v2: > - Carry Reviewed-by: Simon Horman from reply email; add [N/M] > numbering; no code change. > > drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Tested-by: Alexander Nowlin <[email protected]>
