gustavonihei commented on a change in pull request #4193:
URL: https://github.com/apache/incubator-nuttx/pull/4193#discussion_r682139268
##########
File path: arch/arm/src/cxd56xx/cxd56_sfc.c
##########
@@ -101,7 +102,8 @@ static ssize_t cxd56_bread(FAR struct mtd_dev_s *dev, off_t
startblock,
{
int ret;
- finfo("bread: %08lx (%u blocks)\n", startblock << PAGE_SHIFT, nblocks);
+ finfo("bread: %" PRIxOFF "(%u blocks)\n",
Review comment:
```suggestion
finfo("bread: %" PRIxOFF " (%u blocks)\n",
```
I believe there is a missing whitespace here.
--
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]