[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141126115716.GG4835@mwanda>
Date: Wed, 26 Nov 2014 14:57:16 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Athira Lekshmi C V <andnlnbn18@...il.com>
Cc: gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
paul.gortmaker@...driver.com, linux-kernel@...r.kernel.org,
gulsah.1004@...il.com
Subject: Re: [PATCH] Drivers:staging:octeon: Fixed checkpatch warning
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists