Skip to content

Commit

Permalink
framac: fixing invalid ACSL
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Oct 1, 2024
1 parent 6487d26 commit 031464b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/managers/dma/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ kstatus_t mgr_dma_get_owner(dmah_t d, taskh_t *owner)
}

/*@
* \requires valid(state);
requires \valid(state);
*/
kstatus_t mgr_dma_get_state(dmah_t d, dma_chan_state_t *state)
{
Expand Down

0 comments on commit 031464b

Please sign in to comment.