From: "Steven J. Hill" <steven.h...@cavium.com>
Date: Mon, 23 Oct 2017 11:43:25 -0500

> @@ -705,14 +705,15 @@ static int octeon_mgmt_ioctl_hwtstamp(struct net_device 
> *netdev,
>                       u64 clock_comp = (NSEC_PER_SEC << 32) / 
> octeon_get_io_clock_rate();
>                       if (!ptp.s.ptp_en)
>                               cvmx_write_csr(CVMX_MIO_PTP_CLOCK_COMP, 
> clock_comp);
> -                     pr_info("PTP Clock: Using sclk reference at %lld Hz\n",
> +                     netdev_info(netdev,
> +                             "PTP Clock: Using sclk reference at %lld Hz\n",

Please get the argument alignment correct when you make changes like this.

For a function call, the arguments on the second and subsequent line of
arguments must start exactly at the first column after the openning
parenthesis of the call.

You must use the appropriate number of TAB then SPACE characters necessary
to achieve this.

Thank you.

Reply via email to