Skip to content

Commit

Permalink
kernel/os_sanity: Remove double function typedef
Browse files Browse the repository at this point in the history
This is copy-n-paste error.
  • Loading branch information
sjanc committed Oct 29, 2024
1 parent 4c5a932 commit 407e05b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/os/include/os/os_sanity.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ extern "C" {
#endif

struct os_sanity_check;
typedef int (*os_sanity_check_func_t)(struct os_sanity_check *osc, void *arg);

/**
* Sanity check callback function.
Expand Down

0 comments on commit 407e05b

Please sign in to comment.