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:
Daniel Verkamp 2017-01-23 17:27:07 -07:00 committed by Jim Harris
parent 9dd801c86c
commit c6ddd1b894

View File

@ -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")) {