From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib/librte_vhost: code style fixes Date: Wed, 05 Nov 2014 22:25:17 +0100 Message-ID: <2088055.shkfIhmk6J@xps13> References: <1415206995-1086-1-git-send-email-huawei.xie@intel.com> <6180706.cUEATDuu1O@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Xie, Huawei" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-11-05 21:21, Xie, Huawei: > Thomas: > I checked before. checkpatch reports 9 warnings, "over 80 characters" and "prefer pr_deubg". > This code style fixes code style issue only, not the pr_debug/printk issue. Thoughts? Using pr_debug is a code style fix. > Besides, I don't understand the MISORDERED_TYPE. You should replace (long long unsigned) by (unsigned long long). > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org] > > Sent: Wednesday, November 05, 2014 1:42 PM > > To: Xie, Huawei > > Cc: dev-VfR2kkLFssw@public.gmane.org > > Subject: Re: [dpdk-dev] [PATCH] lib/librte_vhost: code style fixes > > > > Hi Huawei, > > > > checkpatch.pl reports some errors of types PREFER_PR_LEVEL > > and MISORDERED_TYPE. > > > > -- > > Thomas