acassis opened a new issue, #15838:
URL: https://github.com/apache/nuttx/issues/15838
### Description / Steps to reproduce the issue
Example:
```
case 0: gpio_regs = (max32690_gpio_regs_t *)MAX326_GPIO0_BASE;
break;
case 1: gpio_regs = (max32690_gpio_regs_t *)MAX326_GPIO1_BASE;
break;
case 2: gpio_regs = (max32690_gpio_regs_t *)MAX326_GPIO2_BASE;
break;
case 3: gpio_regs = (max32690_gpio_regs_t *)MAX326_GPIO3_BASE;
break;
```
### On which OS does this issue occur?
[OS: Linux]
### What is the version of your OS?
Ubuntu
### NuttX Version
master
### Issue Architecture
[Arch: all]
### Issue Area
[Area: Other]
### Host information
nxstyle needs to be fixed to report error case some text come after "case"
statement
### Verification
- [x] I have verified before submitting the report.
--
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]