Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kselftests/ir : Improve readability of modprobe error message

Improve the readability of error message which says module not found.
The new behaviour is consistent with the modprobe command.

Signed-off-by: Gautam Menghani <gautammenghani201@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Gautam Menghani and committed by
Shuah Khan
15477b31 c7b607fa

+1 -1
+1 -1
tools/testing/selftests/ir/ir_loopback.sh
··· 10 10 fi 11 11 12 12 if ! /sbin/modprobe -q -n rc-loopback; then 13 - echo "ir_loopback: module rc-loopback is not found [SKIP]" 13 + echo "ir_loopback: module rc-loopback is not found in /lib/modules/`uname -r` [SKIP]" 14 14 exit $ksft_skip 15 15 fi 16 16