RTEMS | bsps/powerpc: Doxygen and code modernization for motorola_powerpc (!900)
YASH BHIWANIA (@Yash)
gitlab at rtems.org
Tue Jan 20 11:23:29 UTC 2026
YASH BHIWANIA commented on a discussion on bsps/powerpc/motorola_powerpc/start/bspreset.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/900#note_139318
> | Returns: Nothing.
> +--------------------------------------------------------------------------*/
>
> -void bsp_reset( rtems_fatal_source source, rtems_fatal_code code )
> -{
> - (void) source;
> - (void) code;
> +void bsp_reset(rtems_fatal_source source, rtems_fatal_code code) {
> + (void)source;
> + (void)code;
I see the violation of the guidelines now. I have corrected the function signature and brace placement in `bspreset.c` to align with the RTEMS coding standards.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/900#note_139318
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260120/e59e3a22/attachment-0001.htm>
More information about the bugs
mailing list