On 5/21/2021 2:30 PM, Thomas Monjalon wrote: > From: Ferruh Yigit <ferruh.yi...@intel.com> > > %lx or %llx tend to be wrong for 32-bit platform > if used for fixed size variable like uint64_t. > A checkpatch warning will avoid this common mistake. > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> > Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
Ack. Thanks for update.