]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dw_eth_qos: Add missing \n in error messages.
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 2 Apr 2024 08:39:34 +0000 (10:39 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 15:34:53 +0000 (09:34 -0600)
commitf12001b1317b7219b1f764497fa643389ffe04b4
treedb1d63f860b005e8d01bad77e6931c8219043322
parent0ceb1f4cb7e4cab060da29215773d12dca1332ec
net: dw_eth_qos: Add missing \n in error messages.

Missing line-feeds in error messages lead to output like:

    phy_startup() failed: -110FAILED: -110=>

Output like the following is much easier to read:

    phy_startup() failed: -110
    FAILED: -110
    =>

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
drivers/net/dwc_eth_qos.c