riscv: sbi: Fix comment of __sbi_set_timer_v01
authorNanyong Sun <sunnanyong@huawei.com>
Fri, 5 Mar 2021 11:33:26 +0000 (19:33 +0800)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Wed, 10 Mar 2021 04:46:01 +0000 (20:46 -0800)
commit56a6c37f6e3994cba01609768f5a215c85bd2f85
treebb590196630b2c4c192394f2056104fca927c4b7
parent004570c3796bfe454a9cdfb9ab5d3ea48371fe48
riscv: sbi: Fix comment of __sbi_set_timer_v01

Fix the comment of __sbi_set_timer_v01, the function name in comment
is missing '__'

Signed-off-by: Nanyong Sun <sunnanyong@huawei.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/kernel/sbi.c