lib: sbi: Improve TLB function naming
authorAtish Patra <atish.patra@wdc.com>
Sat, 10 Jul 2021 16:18:15 +0000 (09:18 -0700)
committerAnup Patel <anup@brainfault.org>
Sun, 11 Jul 2021 05:08:26 +0000 (10:38 +0530)
commitec1b8bb76336e3b2eda25a550808c1be56c02033
tree7aa7af4d31ee05381f09ebd57b89932db5bd9dea
parent764a17d852a8cc80050016a6e2ccdcaddd43f68c
lib: sbi: Improve TLB function naming

Follow the standard conventon for static function names:

All global functions should be start with sbi_<module name>_
All static functions should be start with <module name>_

Reviewed-by: Anup Patel <anup.patel@wdc.com>
Signed-off-by: Atish Patra <atish.patra@wdc.com>
lib/sbi/sbi_tlb.c