gustavonihei commented on a change in pull request #4193:
URL: https://github.com/apache/incubator-nuttx/pull/4193#discussion_r682138910
##########
File path: arch/arm/src/cxd56xx/cxd56_sfc.c
##########
@@ -82,7 +82,8 @@ static int cxd56_erase(FAR struct mtd_dev_s *dev, off_t
startblock,
int ret;
size_t i;
- finfo("erase: %08lx (%u blocks)\n", startblock << PAGE_SHIFT, nblocks);
+ finfo("erase: %" PRIxOFF " (%u blocks)\n",
Review comment:
Besides the change to the format specifier, the 8 leading zeroes also
have been removed.
I am not raising an issue, just to confirm whether this was intentional or
by mistake.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]