Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nashif committed Nov 30, 2024
1 parent 5c04ef4 commit e248c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* This module contains routines that are used to initialize the kernel.
*/

// blah

Check failure on line 13 in kernel/init.c

View workflow job for this annotation

GitHub Actions / compliance-check / Run compliance checks on patch series (PR)

C99_COMMENTS

kernel/init.c:13 do not use C99 // comments
#include <ctype.h>
#include <stdbool.h>
#include <string.h>
Expand Down

0 comments on commit e248c7e

Please sign in to comment.