1
0
Fork 0
alistair23-linux/lib/reed_solomon
YueHaibing ede7c247ab 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
2019-07-02 08:41:37 +02:00
..
Makefile rslib: Add tests for the encoder and decoder 2019-06-26 14:55:45 +02:00
decode_rs.c rslib: Fix remaining decoder flaws 2019-06-26 14:55:47 +02:00
encode_rs.c rslib: Split rs control struct 2018-04-24 19:50:08 -07:00
reed_solomon.c rslib: Update documentation 2019-06-26 14:55:47 +02:00
test_rslib.c rslib: Make some functions static 2019-07-02 08:41:37 +02:00