]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: dev_net.c should use __func__ with printf
authorToomas Soome <tsoome@FreeBSD.org>
Fri, 24 Sep 2021 14:07:20 +0000 (17:07 +0300)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 08:16:56 +0000 (03:16 -0500)
commit34915d6871d09448bac6d2f66bfd56340ae16fd5
treeab5d7e22654c64c4099c8068d1301f8983399a01
parent6d4d2c4ebd04fb6debc930f058d6d4a625cb5582
loader: dev_net.c should use __func__ with printf

We have printf calls with function name hardwired to string,
sometimes wrong name. Use __func__ instead.

MFC after: 1 week

(cherry picked from commit 1a25c51e38a7c9f46ec195836233636616741f06)
stand/common/dev_net.c