It is about the first line of the commit messages which should be prefixed with the component name. The title of PR is:
``` core: Explicitly cast void* to char* ```
which is fine for first line of commit message.
But your commit message had the first line:
``` Explicitly cast void* to char* ```
not indicating the component (core in this case).