Re: [PATCH] Drivers:staging:octeon: Fixed checkpatch warning
From: Dan Carpenter
Date: Wed Nov 26 2014 - 06:57:29 EST
On Wed, Nov 26, 2014 at 05:17:48PM +0530, Athira Lekshmi C V wrote:
> @@ -294,8 +297,10 @@ static int cvm_oct_napi_poll(struct napi_struct *napi, int budget)
> * CPU.
> */
> union cvmx_pow_wq_int_cntx counts;
> +
Don't put a blank here.
> int backlog;
> int cores_in_use = core_state.baseline_cores - atomic_read(&core_state.available_cores);
> +
> counts.u64 = cvmx_read_csr(CVMX_POW_WQ_INT_CNTX(pow_receive_group));
> backlog = counts.s.iq_cnt + counts.s.ds_cnt;
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/