lib: sbi: sse: rename sse_hart_unlock() to sse_enabled_event_unlock()
authorClément Léger <cleger@rivosinc.com>
Tue, 9 Apr 2024 10:02:03 +0000 (12:02 +0200)
committerAnup Patel <anup@brainfault.org>
Tue, 7 May 2024 11:55:28 +0000 (17:25 +0530)
commit7aa80ea4954ea369dba8f5864a1386342c44d806
treef32f24d98876a2787eeabadae31c39b408b63496
parentc21c99db6acf14fdf420271ce670b6a648fc3a9a
lib: sbi: sse: rename sse_hart_unlock() to sse_enabled_event_unlock()

There was a naming incoherency between enabled events list lock/unlock.
Rename sse_hart_unlock() to sse_enabled_event_unlock() to be coherent
and reword comments above lock()/unlock() functions.

Signed-off-by: Clément Léger <cleger@rivosinc.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
lib/sbi/sbi_sse.c