event: Rename EVENT_SPY to EVENT_SPY_FULL

The new name makes it clearer that this is for a full spy, with access to
the context and the event data.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2023-08-21 21:16:57 -06:00 committed by Tom Rini
parent f72d0d4a2f
commit 6c4cad7438
3 changed files with 3 additions and 3 deletions

View file

@ -230,4 +230,4 @@ static int bootmeth_vbe_ft_fixup(void *ctx, struct event *event)
return 0;
}
EVENT_SPY(EVT_FT_FIXUP, bootmeth_vbe_ft_fixup);
EVENT_SPY_FULL(EVT_FT_FIXUP, bootmeth_vbe_ft_fixup);