]> git.baikalelectronics.ru Git - kernel.git/commit
rslib: Make some functions static
authorYueHaibing <yuehaibing@huawei.com>
Tue, 2 Jul 2019 06:18:47 +0000 (14:18 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 2 Jul 2019 06:41:37 +0000 (08:41 +0200)
commit19109b129f4fc242375a6c8e2fcce8657146ba8b
tree501347d89fd025ce2d423631c80370532127ff3c
parent6452959185f252171f968f3af8eee8f3d85ed4cc
rslib: Make some functions static

Fix sparse warnings:

lib/reed_solomon/test_rslib.c:313:5: warning: symbol 'ex_rs_helper' was not declared. Should it be static?
lib/reed_solomon/test_rslib.c:349:5: warning: symbol 'exercise_rs' was not declared. Should it be static?
lib/reed_solomon/test_rslib.c:407:5: warning: symbol 'exercise_rs_bc' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: <ferdinand.blomqvist@gmail.com>
Link: https://lkml.kernel.org/r/20190702061847.26060-1-yuehaibing@huawei.com
lib/reed_solomon/test_rslib.c