mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
staging: lustre: lnet: make brw_inject_one_error() static
It's not used anywhere outside of brw_test.c file. Highlighted by sparse. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4ddcd16f54
commit
efd6271be1
@@ -136,7 +136,7 @@ brw_client_init(struct sfw_test_instance *tsi)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int brw_inject_one_error(void)
|
||||
static int brw_inject_one_error(void)
|
||||
{
|
||||
struct timespec64 ts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user