ioat/kperf: fix 'modprove' typo in help message
Change-Id: I0bbbf246384b8ef2f96a6101a58db8c9cfd76fa0 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
9dd801c86c
commit
c6ddd1b894
@ -200,7 +200,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
if (check_modules("ioatdma")) {
|
||||
fprintf(stderr, "Ioat driver not loaded,"
|
||||
" run `modprove -v ioatdma` first\n");
|
||||
" run `modprobe -v ioatdma` first\n");
|
||||
return -1;
|
||||
}
|
||||
if (check_modules("dmaperf")) {
|
||||
|
Loading…
Reference in New Issue
Block a user